Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-customize-panel.php | apply_filters | 195 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $active | Whether the Customizer panel is active. |
WP_Customize_Panel | $panel | WP_Customize_Panel instance. |