What happens when you create/edit a menu
I just got into the database after trying this myself, so beware of inaccuracies. I’m also assuming the database-prefix is wp_. What I found was that a refrence to the menu itself is stored in both wp_termsand wp_term_taxonomy. The one in term_taxonomyalso stores the number of elements in the menu. The relationships between menu items … Read more