do_action( 'customize_render_panel', WP_Customize_Panel $this )

Fires before rendering a Customizer panel.


Parameters

$this

(WP_Customize_Panel) WP_Customize_Panel instance.


Source

File: wp-includes/class-wp-customize-panel.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.0.0 Introduced.