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.7.2

do_action('wp_print_footer_scripts') is found 1 times:

  • /wp-includes/script-loader.php line 2255
    2251
    2252
    2253
    2254
    2255
    2256
    2257
    2258
    2259
    2260
    2261
         * 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: