apply_filters( ‘customize_control_active’, bool $active, WP_Customize_Control $control )

In this article

Filters response of WP_Customize_Control::active().

Parameters

$activebool
Whether the Customizer control is active.
$controlWP_Customize_Control

Source

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

Changelog

VersionDescription
4.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.