WP_Customize_Color_Control::enqueue()

In this article

Enqueue scripts/styles for the color picker.

Source

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

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.