do_action( 'customize_render_section', WP_Customize_Section $section )
- Since
- 3.4.0
Fires before rendering a Customizer section.
Parameters
$sectionWP_Customize_Section- WP_Customize_Section instance.
Fired at · 1
wp-includes/class-wp-customize-section.php:304WP_Customize_Section::maybe_render()
Source
* Fires before rendering a Customizer section. * * @since 3.4.0 * * @param WP_Customize_Section $section WP_Customize_Section instance. */ do_action( 'customize_render_section', $this ); /** * Fires before rendering a specific Customizer section. * * The dynamic portion of the hook name, `$this->id`, refers to the ID * of the specific Customizer section to be rendered. *History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.