Is there a way to hide some of the admin options in the Admin Panel from the admin, but I can still see and edit them.
I want to go into people’s admin panel and change some settings and don’t want them changing them back. I can’t simply disable the whole page as I only want certain options hidden. For example I want the Time Zone option hidden on options-general.php page.
Currently I just hide the code with <!– –>, but that means I can’t see it either. Is there a way I can?