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



get_footer › WordPress Action Hooks

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

Fires before the footer template file is loaded.





Sorgenti

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