wpseek.com
A WordPress-centric search engine for devs and theme authors



get_footer › WordPress Action Hooks

Since5.5.0
Deprecatedn/a
do_action( 'get_footer', $name, $args )
Parameters: (2)
  • (string|null) $name Name of the specific footer file to use. Null for the default footer.
    Required: Yes
  • (array) $args Additional arguments passed to the footer template.
    Required: Yes
Defined at:
Codex:

Fires before the footer template file is loaded.





Source

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