do_action( 'customize_render_panel', WP_Customize_Panel $panel )
Fires before rendering a Customizer panel.
Parameters
-
$panel
WP_Customize_Panel -
WP_Customize_Panel instance.
Source
File: wp-includes/class-wp-customize-panel.php
.
View all references
do_action( 'customize_render_panel', $this );
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |