WP_Customize_Color_Control::enqueue()

Enqueue scripts/styles for the color picker.


Source

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

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


Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

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