do_action( 'customize_controls_enqueue_scripts' )
Fires when enqueuing Customizer control scripts.
More Information
customize_controls_enqueue_scripts is an action hook triggered after the WP Theme Customizer after customize_controls_init was called, its actions/callbacks executed, and its own styles and scripts enqueued, so you can use this hook to register your own scripts and styles for WP Theme Customizer.
This action hook doesn’t have parameters.
Source
File: wp-admin/customize.php
.
View all references
do_action( 'customize_controls_enqueue_scripts' );
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
-
Skip to note 1 content You must log in to vote on the helpfulness of this noteVote results for this note: 2You must log in to vote on the helpfulness of this note