customize_render_panel WordPress Action Hook

The customize_render_panel hook is used to customize how a particular panel is rendered in the Customizer. It can be used to change the panel's container, title, description, or any other aspect of its appearance.

do_action( 'customize_render_panel', WP_Customize_Panel $panel ) #

Fires before rendering a Customizer panel.


Parameters

$panel

(WP_Customize_Panel)WP_Customize_Panel instance.


Top ↑

Source

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

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.0.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.