Skip to content

Instantly share code, notes, and snippets.

View wooexpert's full-sized avatar

Saad Iqbal wooexpert

View GitHub Profile
@SeanTOSCD
SeanTOSCD / fes-dashboard-tabs.php
Last active November 2, 2015 18:50
Custom FES Dashboard Tabs
<?php // DON'T COPY THIS LINE
if ( class_exists( 'EDD_Front_End_Submissions' ) ) {
function custom_vendor_dashboard_menu() {
$menu_items = array();
// Dashboard tab
$menu_items['home'] = array(
"icon" => "home",
"task" => array( 'dashboard', '' ),