how do I delete (not exclude) a menu item from navigation bar

As the menu Items are stored as a post type. Not sure but I think we can use wp_delete_post() to programmatically remove it. That will completely remove the menu item from database, So you cant ever have that menu item again.

Leave a Comment