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 163 /**
* Fires in head section for all admin pages.
*
* @since 2.1.0
*/
wp-admin/includes/template.php do_action 2106 /**
* 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.
*/
wp-admin/includes/media.php do_action 582 /**
* Fires when scripts enqueued for the admin header for the legacy (pre-3.5.0)
* media upload popup are printed.
*
* @since 2.9.0
*/

Hook Parameters

Parameter Type Name Description