wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_header › WordPress Action Hooks

Da5.5.0
Deprecaton/a
do_action( 'get_header', $name, $args )
Parametri: (2)
  • (string|null) $name Name of the specific header file to use. Null for the default header.
    Richiesto:
  • (array) $args Additional arguments passed to the header template.
    Richiesto:
Definito a:
Codex:

Fires before the header template file is loaded.





Sorgenti

do_action( 'get_header', $name, $args );