apply_filters( 'customize_control_active', bool $active, WP_Customize_Control $control )

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

File: wp-includes/class-wp-customize-control.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.0.0 Introduced.