WP_Customize_Nav_Menus::customize_preview_enqueue_deps() WordPress Method

The WP_Customize_Nav_Menus::customize_preview_enqueue_deps() method is used to enqueue the necessary dependencies for the Customizer preview pane for the menus feature.

WP_Customize_Nav_Menus::customize_preview_enqueue_deps() #

Enqueues scripts for the Customizer preview.


Source

File: wp-includes/class-wp-customize-nav-menus.php

	public function customize_preview_enqueue_deps() {
		wp_enqueue_script( 'customize-preview-nav-menus' ); // Note that we have overridden this.
	}


Top ↑

Changelog

Changelog
VersionDescription
4.3.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.