print_footer_scripts

print_footer_scripts

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('print_footer_scripts') is found 1 times:

  • /wp-includes/script-loader.php line 2155
    2151
    2152
    2153
    2154
    2155
    2156
    2157
    2158
    2159
    2160
    2161
         * @since 2.8.0
         *
         * @param bool $print Whether to print the footer scripts. Default true.
         */
        if ( apply_filters( 'print_footer_scripts', true ) ) {
            _print_scripts();
        }
     
        $wp_scripts->reset();
        return $wp_scripts->done;
    }