Action hook 'customize_render_panel'

in WP Core File wp-includes/class-wp-customize-panel.php at line 282

Description

Fires before rendering a Customizer panel.

Occurrences

Filename Line Number
wp-includes/class-wp-customize-panel.php 282

Parameters

Type Name Description
WP_Customize_Panel $panel WP_Customize_Panel instance.

PHP Doc

/**
		 * Fires before rendering a Customizer panel.
		 *
		 * @since 4.0.0
		 *
		 * @param WP_Customize_Panel $panel WP_Customize_Panel instance.
		 */