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