Hi.
I want to remove the "SEO"-menu from the dashboard for some users.
So I tried the following code in the functions.php wich worked well for other menuitems: remove_menu_page('wpseo_dashboard');
I also tried: remove_menu_page('admin.php?page=wpseo_dashboard');
Both won't work... but I don't know why. :(
When I took a look in the $menu I found:
[104] => Array
(
[0] => SEO
[1] => manage_options
[2] => wpseo_dashboard
[3] => WordPress SEO Configuration
[4] => menu-top toplevel_page_wpseo_dashboard menu-top-last
[5] => toplevel_page_wpseo_dashboard
[6] => http://www.myurl.de/wp-content/plugins/wordpress-seo/images/yoast-icon.png )
)
So, there I can see the "wpseo_dashboard"!
Can someone help here? Thanks!