• Resolved siddhu1602

    (@siddhu1602)


    Hi, I want to remove the following from the dashboard:
    1. Analytics tab from instructor section
    2. Settings and Logout
    3. Total earnings from main dashboard for instructor.

    Can you pls share me how this can be achieved. I read the documentation but didn’t work out. Your help will be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • knaber

    (@knaber)

    I also tried to use the provided code to remove the “analytics” tab from the instructor section and it does not work:

    add_filter('tutor_dashboard/instructor_nav_items', 'remove_some_links');
    function remove_some_links($links) {
    	unset($links['analytics']);
    	return $links;
    }

    Please provide a solution, thank you.

    Plugin Support Md Rashed Hossain

    (@wprashed)

    Dear @knaber @siddhu1602

    The analytics is part of Tutor LMS Pro and this forum is only for free products. Please contact themeum support team with your order number regarding your issue.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove links from dashboard’ is closed to new replies.