do_action( 'customize_render_section', WP_Customize_Section $this )

Fires before rendering a Customizer section.


Description


Parameters

$this

(WP_Customize_Section) WP_Customize_Section instance.


Top ↑

Source

File: wp-includes/class-wp-customize-section.php

View on Trac


Top ↑

Changelog

Version Description
3.4.0 Introduced.