WP_Customize_Color_Control::enqueue()

Enqueue scripts/styles for the color picker.


Source

File: wp-includes/customize/class-wp-customize-color-control.php

	public function enqueue() {
		wp_enqueue_script( 'wp-color-picker' );
		wp_enqueue_style( 'wp-color-picker' );
	}


Changelog

Changelog
Version Description
WP-3.4.0 Introduced.