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



get_footer › WordPress Action Hooks

Seit5.5.0
Veraltetn/v
do_action( 'get_footer', $name, $args )
Parameter: (2)
  • (string|null) $name Name of the specific footer file to use. Null for the default footer.
    Erforderlich: Ja
  • (array) $args Additional arguments passed to the footer template.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before the footer template file is loaded.





Quellcode

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