WP_Customize_Cropped_Image_Control::enqueue() In this article Table of ContentsSource Related Changelog ↑ Back to top Enqueue control related scripts/styles. Source public function enqueue() { wp_enqueue_script( 'customize-views' ); parent::enqueue(); } View all references View on Trac View on GitHub Related UsesDescriptionwp_enqueue_script()wp-includes/functions.wp-scripts.phpEnqueues a script. Changelog VersionDescription4.3.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.