customize_render_control WordPress Action Hook

The customize_render_control hook is used to filter the output of a Customizer control before it is rendered. This hook can be used to add or remove control content, modify the control wrapper tag, or change the order in which controls are rendered.

do_action( 'customize_render_control', WP_Customize_Control $control ) #

Fires just before the current Customizer control is rendered.


Parameters

$control

(WP_Customize_Control)WP_Customize_Control instance.


Top ↑

Source

File: wp-includes/class-wp-customize-control.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.