apply_filters( 'pre_cache_alloptions', array $alloptions )
Filters all options before caching them.
Parameters Parameters
- $alloptions
-
(array) Array with all options.
Source Source
File: wp-includes/option.php
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Optimize alloptions: remove option if size more than 1MB.