GC_Customize_New_Menu_Control::render_content()
最后更新于:2021-11-27 06:37:43
GC_Customize_New_Menu_Control::render_content()Render the control’s content.
源文件
文件: gc-includes/customize/class-gc-customize-new-menu-control.php
public function render_content() {
_deprecated_function( __METHOD__, '4.9.0' );
?>
<button type="button" class="button button-primary" id="create-new-menu-submit"><?php _e( 'Create Menu' ); ?></button>
<span class="spinner"></span>
<?php
}