WP_Customize_Color_Control::enqueue() In this article Table of ContentsSource Related Changelog ↑ Back to top Enqueue scripts/styles for the color picker. Source public function enqueue() { wp_enqueue_script( 'wp-color-picker' ); wp_enqueue_style( 'wp-color-picker' ); } View all references View on Trac View on GitHub Related UsesDescriptionwp_enqueue_script()wp-includes/functions.wp-scripts.phpEnqueues a script. wp_enqueue_style()wp-includes/functions.wp-styles.phpEnqueues a CSS stylesheet. Changelog VersionDescription3.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.