do_action( 'customize_render_panel', WP_Customize_Panel $panel )

Fires before rendering a Customizer panel.


Parameters

$panel

WP_Customize_Panel instance.


Source

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

View on GitHub



Changelog

Changelog
Version Description
4.0.0 Introduced.