Fires before rendering a Customizer section.
Parameters
$section
WP_Customize_Section- WP_Customize_Section instance.
Source
do_action( 'customize_render_section', $this );
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
Fires before rendering a Customizer section.
$section
WP_Customize_Sectiondo_action( 'customize_render_section', $this );
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.