You appear to be a bot. Output may be restricted
Description
Fire the wp_footer action.
See wp_footer .
Usage
wp_footer();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/general-template.php
Lines:
1 to 8 of 8
function wp_footer() { /** * Prints scripts or data before the closing body tag on the front end. * * @since 1.5.1 */ do_action( 'wp_footer' ); }