Title: Hide mu-plugins list
Last modified: August 21, 2016

---

# Hide mu-plugins list

 *  Resolved [Amit Sukapure](https://wordpress.org/support/users/amitsukapure/)
 * (@amitsukapure)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-mu-plugins-list/)
 * Hello,
 * I’m using mu-plugins, [http://codex.wordpress.org/Must_Use_Plugins](http://codex.wordpress.org/Must_Use_Plugins).
   
   These are showing in plugins.php, [http://d.pr/i/JIvX](http://d.pr/i/JIvX). Is
   there any way to hide it?

Viewing 1 replies (of 1 total)

 *  Thread Starter [Amit Sukapure](https://wordpress.org/support/users/amitsukapure/)
 * (@amitsukapure)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-mu-plugins-list/#post-4578701)
 * I found the answer. Hope it will help to someone,
 * add_filter( ‘show_advanced_plugins’, ‘hide_plugin_list’, 10, 2 );
    function hide_plugin_list(
   $show, $type) { if($type == ‘mustuse’) //if type is mustuse return false; //return
   false; }

Viewing 1 replies (of 1 total)

The topic ‘Hide mu-plugins list’ is closed to new replies.

## Tags

 * [mu-plugins](https://wordpress.org/support/topic-tag/mu-plugins/)
 * [must use plugins](https://wordpress.org/support/topic-tag/must-use-plugins/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [Amit Sukapure](https://wordpress.org/support/users/amitsukapure/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/hide-mu-plugins-list/#post-4578701)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
