WP_Customize_Nav_Menus::customize_preview_enqueue_deps()

Enqueue scripts for the Customizer preview.


Description Description


Source 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

Changelog
Version Description
4.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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