WP_Customize_Nav_Menus::customize_preview_init

Advertisement

Summery Summery

Add hooks for the Customizer preview.

Syntax Syntax

WP_Customize_Nav_Menus::customize_preview_init()

Source Source

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

				</p>
				<p id="menu-item-name-wrap" class="wp-clearfix">
					<label class="howto" for="custom-menu-item-name"><?php _e( 'Link Text' ); ?></label>
					<input id="custom-menu-item-name" name="menu-item[-1][menu-item-title]" type="text" class="regular-text menu-item-textbox">
				</p>
				<p class="button-controls">
					<span class="add-to-menu">

Advertisement

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.

Advertisement

Leave a Reply