Fires when styles are printed for all admin pages.
Source
do_action( 'admin_print_styles' );
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
| CARVIEW |
Fires when styles are printed for all admin pages.
admin_print_styles should not be used to enqueue styles or scripts on the admin pages. Use admin_enqueue_scripts instead.
do_action( 'admin_print_styles' );
| Used by | Description |
|---|---|
iframe_header()wp-admin/includes/template.php | Generic Iframe header for use with Thickbox. |
wp_iframe()wp-admin/includes/media.php | Outputs the iframe to display the media upload page. |
WP_Customize_Widgets::print_styles()wp-includes/class-wp-customize-widgets.php | Calls admin_print_styles-widgets.php and admin_print_styles hooks to allow custom styles from plugins. |
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Add custom inline CSS into the admin area
Add custom inline CSS into the admin area. You must add style tag.