print_admin_styles

print_admin_styles

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('print_admin_styles') is found 1 times:

  • /wp-includes/script-loader.php line 2293
    	 * @since 2.8.0
    	 *
    	 * @param bool $print Whether to print the admin styles. Default true.
    	 */
    	if ( apply_filters( 'print_admin_styles', true ) ) {
    		_print_styles();
    	}
    
    	$wp_styles->reset();
    	return $wp_styles->done;
    }