*Don't render the control'scontent-itusesaJStemplateinstead.
*
*@since4.3.0
*@accesspublic
*/
publicfunctionrender_content(){}
/**
*JS/UnderscoretemplateforthecontrolUI.
*
*@since4.3.0
*@accesspublic
*/
publicfunctioncontent_template(){
?>
<buttontype="button"class="button-secondary add-new-menu-item"aria-label="<?php esc_attr_e( 'Add or remove menu items' ); ?>"aria-expanded="false"aria-controls="available-menu-items">
<spanclass="reorder"><?php_ex('Reorder','Reorder menu items in Customizer');?></span>
<spanclass="reorder-done"><?php_ex('Done','Cancel reordering menu items in Customizer');?></span>
</button>
<pclass="screen-reader-text"id="reorder-items-desc-{{ data.menu_id }}"><?php_e('When in reorder mode, additional controls to reorder menu items will be available in the items list above.');?></p>