get_name(), __('Footer Plinth Menu', 'affilicious-theme') ); } /** * @inheritdoc * @since 0.6 */ public function render() { wp_nav_menu(array( 'theme_location' => $this->get_name(), 'depth' => 1, 'container' => '', 'fallback_cb' => false, )); } }