How to Unregister Breadcrumb NavXT Widget
-
I’m trying to remove the widget from Appearance > Widgets > Available Widgets but can’t figure out what the widget ID is so I can use the unregister_widget() function. This is what I have in my functions.php so far:
function mytheme_remove_widgets(){ unregister_widget('_widget'); } add_action('widgets_init',mytheme_remove_widgets', 1);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to Unregister Breadcrumb NavXT Widget’ is closed to new replies.