Filters response of WP_Customize_Section::active().
Parameters
$active
bool- Whether the Customizer section is active.
$section
WP_Customize_Section- WP_Customize_Section instance.
Source
$active = apply_filters( 'customize_section_active', $active, $section );
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.