apply_filters( ‘customize_panel_active’, bool $active, WP_Customize_Panel $panel )

In this article

Filters response of WP_Customize_Panel::active().

Parameters

$activebool
Whether the Customizer panel is active.
$panelWP_Customize_Panel

Source

$active = apply_filters( 'customize_panel_active', $active, $panel );

Changelog

VersionDescription
4.1.0Introduced.

User Contributed Notes

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