print_late_styles

print_late_styles

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('print_late_styles') is found 1 times:

  • /wp-includes/script-loader.php line 2336
    2332
    2333
    2334
    2335
    2336
    2337
    2338
    2339
    2340
    2341
    2342
         * @since 3.3.0
         *
         * @param bool $print Whether to print the 'late' styles. Default true.
         */
        if ( apply_filters( 'print_late_styles', true ) ) {
            _print_styles();
        }
     
        $wp_styles->reset();
        return $wp_styles->done;
    }