WP_Customize_Widgets::customize_preview_enqueue()

In this article

Enqueues scripts for the Customizer preview.

Source

public function customize_preview_enqueue() {
	wp_enqueue_script( 'customize-preview-widgets' );
}

Changelog

VersionDescription
3.9.0Introduced.

User Contributed Notes

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