wpseek.com
A WordPress-centric search engine for devs and theme authors



customize_control_active › WordPress Filter Hooks

Since4.0.0
Deprecatedn/a
apply_filters( 'customize_control_active', $active, $control )
Parameters: (2)
  • (bool) $active Whether the Customizer control is active.
    Required: Yes
  • (WP_Customize_Control) $control WP_Customize_Control instance.
    Required: Yes
Defined at:
Codex:

Filters response of WP_Customize_Control::active().





Source

$active = apply_filters( 'customize_control_active', $active, $control );