wp_print_footer_scripts

wp_print_footer_scripts

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('wp_print_footer_scripts') is found 1 times:

  • /wp-includes/script-loader.php line 2248
    	 * Fires when footer scripts are printed.
    	 *
    	 * @since 2.8.0
    	 */
    	do_action( 'wp_print_footer_scripts' );
    }
    
    /**
     * Wrapper for do_action( 'wp_enqueue_scripts' ).
     *
     * Allows plugins to queue scripts for the front end using wp_enqueue_script().
    

See this hook used in plugins: