Description
Fires before rendering a Customizer panel.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-panel.php | 282 |
Parameters
Type | Name | Description |
---|---|---|
WP_Customize_Panel | $panel | WP_Customize_Panel instance. |
PHP Doc
/**
* Fires before rendering a Customizer panel.
*
* @since 4.0.0
*
* @param WP_Customize_Panel $panel WP_Customize_Panel instance.
*/