WP_Customize_Color_Control::enqueue()

Enqueue scripts/styles for the color picker.


Description Description


Source 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' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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