Fires before rendering a Customizer section.
Parameters
$sectionWP_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.
$sectionWP_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.