customize_section_active, $active, $section
customize_section_active, $active, $section
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('customize_section_active, $active, $section') is found 1 times:
- /wp-includes/class-wp-customize-section.php line 211
* * @param bool $active Whether the Customizer section is active. * @param WP_Customize_Section $section WP_Customize_Section instance. */ $active = apply_filters( 'customize_section_active', $active, $section ); return $active; } /** * Default callback used when invoking WP_Customize_Section::active().