apply_filters( ‘customize_section_active’, bool $active, WP_Customize_Section $section )

In this article

Filters response of WP_Customize_Section::active().

Parameters

$activebool
Whether the Customizer section is active.
$sectionWP_Customize_Section

Source

$active = apply_filters( 'customize_section_active', $active, $section );

Changelog

VersionDescription
4.1.0Introduced.

User Contributed Notes

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