print_head_scripts

print_head_scripts

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('print_head_scripts') is found 1 times:

  • /wp-includes/script-loader.php line 2120
    2116
    2117
    2118
    2119
    2120
    2121
    2122
    2123
    2124
    2125
    2126
         * @since 2.8.0
         *
         * @param bool $print Whether to print the head scripts. Default true.
         */
        if ( apply_filters( 'print_head_scripts', true ) ) {
            _print_scripts();
        }
     
        $wp_scripts->reset();
        return $wp_scripts->done;
    }