[ad_1]
Hello @hristijanv123,
From your active theme’s functions.php file you can copy, paste the code given below
add_filter('tutor_dashboard/nav_items', 'remove_some_links_dashboard');
function remove_some_links_dashboard($links){
unset($links['question-answer']);
return $links;
}
Hi,
I have applied the code, but there is some issue on line 3, please see scrshot:
Regards.
