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 146 /**
* Fires when scripts are printed for all admin pages.
*
* @since 2.1.0
*/
wp-admin/includes/template.php do_action 2100 /**
* 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 571 /**
* Fires when admin scripts enqueued for the legacy (pre-3.5.0) media upload popup are printed.
*
* @since 2.9.0
*/
wp-includes/class-wp-customize-widgets.php do_action 687 /**
* Calls admin_print_scripts-widgets.php and admin_print_scripts hooks to
* allow custom scripts from plugins.
*
* @since 3.9.0
*/

Hook Parameters

Parameter Type Name Description