WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_footer

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php do_action 82 /**
* Fires before the footer template file is loaded.
*
* @since 2.1.0
* @since 2.8.0 The `$name` parameter was added.
* @since 5.5.0 The `$args` parameter was added.
*
* @param string|null $name Name of the specific footer file to use. Null for the default footer.
* @param array $args Additional arguments passed to the footer template.
*/

Hook Parameters

Parameter Type Name Description
string|null $name Name of the specific footer file to use. Null for the default footer.
array $args Additional arguments passed to the footer template.