WP_Customize_New_Menu_Control::render_content()

Render the control’s content.


Description Description


Source Source

File: wp-includes/customize/class-wp-customize-new-menu-control.php

	public function render_content() {
		?>
		<button type="button" class="button button-primary" id="create-new-menu-submit"><?php _e( 'Create Menu' ); ?></button>
		<span class="spinner"></span>
		<?php
	}

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.