On this page
do_action( 'admin_head' )
Fires in head section for all admin pages.
More Information
The common usage is to include CSS (external via <link> or inline via <style>) or JS (external and inline via <script>).
Source
File: wp-admin/admin-header.php. View all references
do_action( 'admin_head' );
Related
Used By
| 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. |
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/admin_head