customize_section_active, $active, $section

customize_section_active, $active, $section

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_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().