Fires the wp_footer action.
See ‘wp_footer’.
function wp_footer() {
/**
* Prints scripts or data before the closing body tag on the front end.
*
* @since 1.5.1
*/
do_action( 'wp_footer' );
}
Prints scripts or data before the closing body tag on the front end.
| Version | Description |
|---|---|
| 1.5.1 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_footer