customize_controls_init WordPress Action Hook

The customize_controls_init hook is called when the Customizer is first initialized. This hook allows you to add your own custom controls to the Customizer.

do_action( 'customize_controls_init' ) #

Fires when Customizer controls are initialized, before scripts are enqueued.


Source

File: wp-admin/customize.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.