wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pre_wp_load_alloptions › WordPress Filter Hooks

Seit6.2.0
Veraltetn/v
apply_filters( 'pre_wp_load_alloptions', null, $force_cache )
Parameter: (2)
  • (array|null) $alloptions An array of alloptions. Default null.
    Erforderlich: Ja
  • (bool) $force_cache Whether to force an update of the local cache from the persistent cache. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the array of alloptions before it is populated.

Returning an array from the filter will effectively short circuit wp_load_alloptions(), returning that value instead.





Quellcode

$alloptions = apply_filters( 'pre_wp_load_alloptions', null, $force_cache );