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



wp_loading_optimization_force_header_contexts › WordPress Filter Hooks

Seit6.4.0
Veraltetn/v
apply_filters( 'wp_loading_optimization_force_header_contexts', $header_enforced_contexts )
Parameter:
  • () default_header_enforced_contexts Map of contexts for which elements should be considered in the header of the page, as $context => $enabled pairs. The $enabled should always be true.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the header-specific contexts.





Quellcode

$header_enforced_contexts = apply_filters( 'wp_loading_optimization_force_header_contexts', $header_enforced_contexts );