Filter hook 'print_admin_styles'

in WP Core File wp-includes/script-loader.php at line 2291

Description

Filters whether to print the admin styles.

Occurrences

Filename Line Number
wp-includes/script-loader.php 2291

Parameters

Type Name Description
bool $print Whether to print the admin styles. Default true.

PHP Doc

/**
	 * Filters whether to print the admin styles.
	 *
	 * @since 2.8.0
	 *
	 * @param bool $print Whether to print the admin styles. Default true.
	 */