customize_section_active WordPress Filter Hook
The customize_section_active hook is a Wordpress hook that allows you to customize the appearance of your sections on your website. You can use this hook to change the colors, fonts, and other styling of your sections. This hook is especially useful if you want to make your sections stand out from the rest of your website.
apply_filters( 'customize_section_active', bool $active , WP_Customize_Section $section ) #
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
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |