Add FES Vendor Dashboard Tab

// add the tab item itself function custom_vendor_dashboard_menu( $menu_items ) { $menu_items[‘tab_name’] = array( “icon” => “earnings”, “task” => array( ‘tab_name’ ), “name” => __( ‘Tab Name’, ‘edd_fes’ ), // the text that appears on the tab ); return $menu_items;…Continue reading