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.