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



extra_{$context}_headers › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( "extra_{$context}_headers", array()
Parameter:
  • () extra_context_headers Empty array by default.
    Erforderlich: Ja
Definiert in:
Codex:

Filters extra file headers by context.

The dynamic portion of the hook name, `$context`, refers to the context where extra headers might be loaded.




Quellcode

$extra_headers = $context ? apply_filters( "extra_{$context}_headers", array() ) : array();