apply_filters( 'customize_section_active', bool $active , WP_Customize_Section $section )
Filters response of WP_Customize_Section::active().
Parameters
- $active
-
Whether the Customizer section is active.
- $section
-
WP_Customize_Section instance.
Source
Changelog
Version | Description |
---|---|
WP-4.1.0 | Introduced. |