Description
Fires before rendering a Customizer section.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-section.php | 304 |
Parameters
Type | Name | Description |
---|---|---|
WP_Customize_Section | $section | WP_Customize_Section instance. |
PHP Doc
/**
* Fires before rendering a Customizer section.
*
* @since 3.4.0
*
* @param WP_Customize_Section $section WP_Customize_Section instance.
*/