On this page
do_action( 'customize_render_section', WP_Customize_Section $section )
Fires before rendering a Customizer section.
Parameters
$sectionWP_Customize_Section-
WP_Customize_Section instance.
Source
File: wp-includes/class-wp-customize-section.php. View all references
do_action( 'customize_render_section', $this );
Related
Used By
| Used By | Description |
|---|---|
| WP_Customize_Section::maybe_render() wp-includes/class-wp-customize-section.php | Check capabilities and render the section. |
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/customize_render_section