• 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)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Custom Menu widget’ is closed to new replies.