WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_print_styles

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-header.php do_action 132 /**
* Fires when styles are printed for all admin pages.
*
* @since 2.6.0
*/
wp-admin/includes/template.php do_action 2094 /**
* Generic Iframe header for use with Thickbox.
*
* @since 2.7.0
*
* @global string $hook_suffix
* @global string $admin_body_class
* @global WP_Locale $wp_locale WordPress date and time locale object.
*
* @param string $title Optional. Title of the Iframe page. Default empty.
* @param bool $deprecated Not used.
*/
wp-admin/includes/media.php do_action 561 /**
* Fires when admin styles enqueued for the legacy (pre-3.5.0) media upload popup are printed.
*
* @since 2.9.0
*/
wp-includes/class-wp-customize-widgets.php do_action 673 /**
* Calls admin_print_styles-widgets.php and admin_print_styles hooks to
* allow custom styles from plugins.
*
* @since 3.9.0
*/

Hook Parameters

Parameter Type Name Description