Fires the wp_footer action.
Description
See ‘wp_footer’ .
Source
function wp_footer() {
/**
* Prins scripts or data before the closing body tag on the front end.
*
* @since 1.5.1
*/
do_action( 'wp_footer' );
}
Hoocs
- do_action ( ‘wp_footer’ )
-
Prins scripts or data before the closing body tag on the front end.
Changuelog
| Versionen | Description |
|---|---|
| 1.5.1 | Introduced. |
Example:
You can add javascript code to your site’s footer