Filters response of WP_Customize_Control::active().
Parameters
$active
bool- Whether the Customizer control is active.
$control
WP_Customize_Control- WP_Customize_Control instance.
Source
$active = apply_filters( 'customize_control_active', $active, $control );
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.