WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about print_admin_styles

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/script-loader.php apply_filters 2208 /**
* Filters whether to print the admin styles.
*
* @since 2.8.0
*
* @param bool $print Whether to print the admin styles. Default true.
*/

Hook Parameters

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