I want to export all navigation menu’s from one site and import the menu’s in another site.
I have tried to export the tables:
wp_posts
wp_postmeta
wp_terms
wp_termmeta
wp_term_relationships
And import them in another database. This does not seem to work.
Can someone point me in the right direction?