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