WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_head-

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-header.php do_action 156 /**
* Fires in head section for a specific admin page.
*
* The dynamic portion of the hook name, `$hook_suffix`, refers to the hook suffix
* for the admin page.
*
* @since 2.1.0
*/
wp-admin/includes/template.php do_action 2103 /**
* Generic Iframe header for use with Thickbox.
*
* @since 2.7.0
*
* @global string $hook_suffix
* @global string $admin_body_class
* @global WP_Locale $wp_locale WordPress date and time locale object.
*
* @param string $title Optional. Title of the Iframe page. Default empty.
* @param bool $deprecated Not used.
*/

Hook Parameters

Parameter Type Name Description