Description
Filters response of WP_Customize_Section::active().
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-section.php | 211 |
Parameters
Type | Name | Description |
---|---|---|
bool | $active | Whether the Customizer section is active. |
WP_Customize_Section | $section | WP_Customize_Section instance. |
PHP Doc
/**
* Filters response of WP_Customize_Section::active().
*
* @since 4.1.0
*
* @param bool $active Whether the Customizer section is active.
* @param WP_Customize_Section $section WP_Customize_Section instance.
*/