[Update]: To see how to hide all of the WP Engine “extras” in the dashboard, please see this tip.
Suppose your hosting is powered by WP Engine (like this site is), and you want to remove the “WP Engine Quick Links” menu from the Dashboard. While most people won’t need to do this, there are some who either need to or want to.
Just drop the following code into the functions.php file of your theme, and you’ll be good to go. I would recommend renaming the function, to ensure there’s not a naming conflict.
Brodie says
Hey Jeremy, thanks for the code. Is there a particular reason you don’t recommend doing this?
Jeremy says
Simply because I personally don’t think it’s necessary. Non-admins won’t see the error log and purge cache buttons, and if you would rather the end users not be confused, it’s easy to replace “Get Support” link with your own link. It’s really not that it’s bad to remove it, it’s more the fact that you can still tailor it to your own needs rather than just get rid of it.