get_footer, $name, $args
get_footer, $name, $args
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('get_footer, $name, $args') is found 1 times:
- /wp-includes/general-template.php line 82
* * @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. */ do_action( 'get_footer', $name, $args ); $templates = array(); $name = (string) $name; if ( '' !== $name ) { $templates[] = "footer-{$name}.php"; }