• Resolved TesterGP

    (@testergp)


    Dear,

    My custom links in the dashboard worked fine until the latest upgrade to Tutor LMS PRO v 1.8.10 and WordPress version 5.7.2. Since the upgrade, my custom link in the dashboard loads a “page not found” error page”.
    The custom link has been added in functions.php by using the following filter

    add_filter('tutor_dashboard/nav_items', 'add_some_links_dashboard');
    	function add_some_links_dashboard($links){
    		$links['mycustomlink'] = __('title of mycustomlink', 'tutor');
    		return $links;
    	}

    And the file mycustomlink.php has been added to /mytheme-child/tutor/dashboard/.
    Setings>Permalinks has been resaved on postname. Cache has been cleaned up. Also webbrowser cache has been emptied and new web browser has been opened.
    No custom dashboard.php files used. Only the originals.

    Any ideas why my custom link in the dashboard is no longer opening (page not found error)?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom links in dashboard not working anymore’ is closed to new replies.