Fires when scripts are printed for all admin pages.
wp-admin/admin-header.php:146file scopewp-admin/includes/media.php:580wp_iframe()wp-admin/includes/template.php:2169iframe_header()wp-includes/class-wp-customize-widgets.php:687WP_Customize_Widgets::print_scripts() /** * Fires when scripts are printed for all admin pages. * * @since 2.1.0 */do_action( 'admin_print_scripts' ); /** * 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.Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.