customize_controls_enqueue_scripts

customize_controls_enqueue_scripts

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('customize_controls_enqueue_scripts') is found 1 times:

  • /wp-admin/customize.php line 123
     * Fires when enqueuing Customizer control scripts.
     *
     * @since 3.4.0
     */
    do_action( 'customize_controls_enqueue_scripts' );
    
    // Let's roll.
    header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
    
    wp_user_settings();
    _wp_admin_html_begin();
    

See this hook used in plugins: