WP_Customize_Cropped_Image_Control::enqueue()

Enqueue control related scripts/styles.


Source

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

public function enqueue() {
	wp_enqueue_script( 'customize-views' );

	parent::enqueue();
}


Top ↑

Changelog

Changelog
Version Description
4.3.0 Introduced.

Top ↑

User Contributed Notes

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