do_action( 'admin_print_styles' )
Fires when styles are printed for all admin pages.
More Information
admin_print_styles
should not be used to enqueue styles or scripts on the admin pages. Use admin_enqueue_scripts
instead.
Source
File: wp-admin/admin-header.php
.
View all references
do_action( 'admin_print_styles' );
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Add custom inline CSS into the admin area