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.


Top ↑

Source

File: wp-includes/option.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More