WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_enqueue_scripts

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-header.php do_action 118 /**
* Enqueue scripts for all admin pages.
*
* @since 2.8.0
*
* @param string $hook_suffix The current admin page.
*/
wp-admin/includes/template.php do_action 2088 /**
* 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 551 /**
* Outputs the iframe to display the media upload page.
*
* @since 2.5.0
* @since 5.3.0 Formalized the existing and already documented `...$args` parameter
* by adding it to the function signature.
*
* @global int $body_id
*
* @param callable $content_func Function that outputs the content.
* @param mixed ...$args Optional additional parameters to pass to the callback function when it's called.
*/
wp-includes/class-wp-customize-widgets.php do_action 706 /**
* Enqueues scripts and styles for Customizer panel and export data to JavaScript.
*
* @since 3.9.0
*
* @global WP_Scripts $wp_scripts
* @global array $wp_registered_sidebars
* @global array $wp_registered_widgets
*/

Hook Parameters

Parameter Type Name Description
string $hook_suffix The current admin page.