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.
Source
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |