Description
Fires just before the current Customizer control is rendered.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-control.php | 403 |
Parameters
Type | Name | Description |
---|---|---|
WP_Customize_Control | $control | WP_Customize_Control instance. |
PHP Doc
/**
* Fires just before the current Customizer control is rendered.
*
* @since 3.4.0
*
* @param WP_Customize_Control $control WP_Customize_Control instance.
*/