FAQ remove | WordPress.org

[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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer