Filters all options after retrieving them.
$alloptionsarraywp-includes/option.php:652wp_load_alloptions() * Filters all options after retrieving them. * * @since 4.9.0 * * @param array $alloptions Array with all options. */ return apply_filters( 'alloptions', $alloptions );} /** * Primes specific network options for the current network into the cache with a single database query. * * Only network options that do not already exist in cache will be loaded.Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.