241* @since 4.4.0 The `$option` parameter was added.242*243* @param mixed$value Value of the option.If stored serialized, it will be244* unserialized prior to being returned.245* @param string$option Option name.246*/247returnapply_filters("option_{$option}",maybe_unserialize($value),$option);248}249250/**251* Primes specific options into the cache with a single database query.252*253* 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.