menus = wp_get_nav_menus($options); parent::__construct( $manager, $id, $args ); } /** * Render the content on the theme customizer page */ public function render_content() { if(!empty($this->menus)) { ?>