WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_render_section

Back to home

Files

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

Hook Parameters

Parameter Type Name Description
WP_Customize_Section $section WP_Customize_Section instance.