On this page
do_action( "admin_head-{$hook_suffix}" )
Fires in head section for a specific admin page.
Description
The dynamic portion of the hook name, $hook_suffix, refers to the hook suffix for the admin page.
More Information
This hook provides no parameters. You use this hook by having your function echo output to the browser, or by having it perform background tasks. Your functions shouldn’t return, and shouldn’t take any parameters.
Source
File: wp-admin/admin-header.php. View all references
do_action( "admin_head-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Related
Used By
| Used By | Description |
|---|---|
| iframe_header() wp-admin/includes/template.php | Generic Iframe header for use with Thickbox. |
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-hook_suffix