pre_cache_alloptions WordPress Filter Hook
The pre_cache_alloptions hook is a hook that is called before the alloptions cache is populated. It is useful for plugins that need to store data in the alloptions cache.
apply_filters( 'pre_cache_alloptions', array $alloptions ) #
Filters all options before caching them.
Parameters
- $alloptions
(array)Array with all options.
Source
File: wp-includes/option.php
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |