Description
Filters response of WP_Customize_Control::active().
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-control.php | 270 |
Parameters
Type | Name | Description |
---|---|---|
bool | $active | Whether the Customizer control is active. |
WP_Customize_Control | $control | WP_Customize_Control instance. |
PHP Doc
/**
* Filters response of WP_Customize_Control::active().
*
* @since 4.0.0
*
* @param bool $active Whether the Customizer control is active.
* @param WP_Customize_Control $control WP_Customize_Control instance.
*/