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