customize_render_section WordPress Action Hook

The customize_render_section Wordpress hook is used to modify how a particular section is rendered in the Customizer. This can be used to change the order of the controls in a section, or to add custom code to the section template.

do_action( 'customize_render_section', WP_Customize_Section $section ) #

Fires before rendering a Customizer section.


Parameters

$section

(WP_Customize_Section)WP_Customize_Section instance.


Top ↑

Source

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

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.