Fires when enqueuing Customizer control scripts.
Source
do_action( 'customize_controls_enqueue_scripts' );
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
| CARVIEW |
Fires when enqueuing Customizer control scripts.
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.
do_action( 'customize_controls_enqueue_scripts' );
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
User Contributed Notes