Title: Hide Custom Menu widget
Last modified: August 19, 2016

---

# Hide Custom Menu widget

 *  [astrotim](https://wordpress.org/support/users/astrotim/)
 * (@astrotim)
 * [15 years ago](https://wordpress.org/support/topic/hide-custom-menu-widget/)
 * Does anyone know how to hide or unregister the ‘Custom Menu’ widget that is automatically
   added to the Available Widgets list?
 * I wish to only make visible specific widgets and to hide all other default widgets
   I have used the unregister_widget in my functions.php file, as follows:
 *     ```
       unregister_widget( 'WP_Widget_Archives' );
       unregister_widget( 'WP_Widget_Calendar' );
       unregister_widget( 'WP_Widget_Categories' );
       ...etc...
       ```
   
 * I cannot find the applicable name to hide the ‘Custom Menu’ widget. Can anybody
   help?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [G I l3 S O N](https://wordpress.org/support/users/g-i-l3-s-o-n/)
 * (@g-i-l3-s-o-n)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/hide-custom-menu-widget/#post-2058073)
 * `unregister_widget('WP_Nav_Menu_Widget');`
 *  Thread Starter [astrotim](https://wordpress.org/support/users/astrotim/)
 * (@astrotim)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/hide-custom-menu-widget/#post-2058074)
 * Brilliant, thank you. Naming convention out the window on that one.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide Custom Menu widget’ is closed to new replies.

## Tags

 * [hide](https://wordpress.org/support/topic-tag/hide/)
 * [register_nav_menus](https://wordpress.org/support/topic-tag/register_nav_menus/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 2 replies
 * 2 participants
 * Last reply from: [astrotim](https://wordpress.org/support/users/astrotim/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/hide-custom-menu-widget/#post-2058074)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
