Skip to content

Instantly share code, notes, and snippets.

@aristath
Created December 2, 2013 15:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aristath/7751016 to your computer and use it in GitHub Desktop.
Save aristath/7751016 to your computer and use it in GitHub Desktop.
<?php
add_action( 'admin_head', 'custom_hide_wpmudev_from_plugins_list' );
function custom_hide_wpmudev_from_plugins_list() {
echo '<style>table.plugins tr#wpmu-dev-dashboard { display: none; } </style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment