print_late_styles

print_late_styles

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('print_late_styles') is found 1 times:

  • /wp-includes/script-loader.php line 2326
    	 * @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;
    }