WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_print_scripts-

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-header.php do_action 139 /**
* Fires when scripts are printed for a specific admin page based on $hook_suffix.
*
* @since 2.1.0
*/
wp-admin/includes/template.php do_action 2097 /**
* 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