customize_render_panel action-hook . WP 4.0.0
Fires before rendering a Customizer panel.
Usage
add_action( 'customize_render_panel', 'action_function_name_919' ); function action_function_name_919( $this ){ // action... }
- $this(WP_Customize_Panel)
- WP_Customize_Panel instance.
Changelog
Since 4.0.0 | Introduced. |
Where the hook is called
customize_render_panel
wp-includes/class-wp-customize-panel.php 280
do_action( 'customize_render_panel', $this );