customize_controls_head
Fires in head section of Customizer controls.
Usage
add_action( 'customize_controls_head', 'wp_kama_customize_controls_head_action' ); /** * Function for `customize_controls_head` action-hook. * * @return void */ function wp_kama_customize_controls_head_action(){ // action... }
Changelog
Since 5.5.0 | Introduced. |
Where the hook is called
In file: /wp-admin/customize.php
customize_controls_head
wp-admin/customize.php 185
do_action( 'customize_controls_head' );
Where the hook is used in WordPress
wp-admin/includes/admin-filters.php 52
add_action( 'customize_controls_head', 'wp_admin_viewport_meta' );