apply_filters( 'customize_section_active', bool $active, WP_Customize_Section $section )

Filters response of WP_Customize_Section::active().


Description Description


Parameters Parameters

$active

(bool) Whether the Customizer section is active.

$section

(WP_Customize_Section) WP_Customize_Section instance.


Top ↑

Source Source

File: wp-includes/class-wp-customize-section.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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