[ad_1]
**SOLVED**
Hello everybody,
although they are restricted securely by the developers directly, i want to make absolutely sure, that the following things on wp-admin/profile.php are only available to Admins.
* Advanced Ads
* Additional Rights
* App Passwords
* Rank Math SEO
Is there a way to “customize” the profile.php page or is there maybe a kind of “editor” where you can just click an element and say “Hey, that’s only for admins, hide for everybody else”? Any Tips are appreciated!
**SOLVED**
[ad_2]
If you want a really simple way of doing it, you can use a plugin called White Label CMS.
Otherwise, you can control it through the functions.php file with custom code.
There is some example code about half way down this page – [https://daext.com/blog/how-to-hide-menu-items-based-on-a-role-with-wordpress/](https://daext.com/blog/how-to-hide-menu-items-based-on-a-role-with-wordpress/) **(Second Method)**