250* @since 4.4.0 The `$option` parameter was added.251*252* @param mixed$value Value of the option.If stored serialized, it will be253* unserialized prior to being returned.254* @param string$option Option name.255*/256returnapply_filters("option_{$option}",maybe_unserialize($value),$option);257}258259/**260* Primes specific options into the cache with a single database query.261*262* Only options that do not already exist in cache will be loaded.
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.