WordPress Version: 6.1
/**
* Fires the wp_footer action.
*
* See {@see 'wp_footer'}.
*
* @since 1.5.1
*/
function wp_footer()
{
/**
* Prints scripts or data before the closing body tag on the front end.
*
* @since 1.5.1
*/
do_action('wp_footer');
}