WP_Customize_Widgets::customize_preview_enqueue() WordPress Method

This method is used to enqueue the scripts and styles needed for the Customizer preview.

WP_Customize_Widgets::customize_preview_enqueue() #

Enqueues scripts for the Customizer preview.


Source

File: wp-includes/class-wp-customize-widgets.php

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


Top ↑

Changelog

Changelog
VersionDescription
3.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More