customize_controls_head WordPress Action Hook

The customize_controls_head hook is used to inject custom code into the head of the WordPress Customizer. This is generally used to add CSS rules or JavaScript code that will improve the usability or look of the Customizer.

do_action( 'customize_controls_head' ) #

Fires in head section of Customizer controls.


Source

File: wp-admin/customize.php

View on Trac


Top ↑

Changelog

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