do_action( 'get_footer', string|null $name )
Fires before the footer template file is loaded.
Parameters
- $name
-
Name of the specific footer file to use. null for the default footer.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | $name parameter added. |
WP-2.1.0 | Introduced. |