do_action( 'customize_render_panel', WP_Customize_Panel $panel )

Fires before rendering a Customizer panel.


Parameters

$panel WP_Customize_Panel
WP_Customize_Panel instance.

Top ↑

Source

File: wp-includes/class-wp-customize-panel.php. View all references

do_action( 'customize_render_panel', $this );


Top ↑

Changelog

Changelog
Version Description
4.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.