In what table would I find the title of a custom menu in MySQL for Wordpress 3.5.x?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Nav menu items are posts of the type The function
So the data for a nav menu are spread over four tables. To see all the queries, add the following to your
The install and activate the plugin Debug Bar, go to a page with a menu and open the debug menu. There is a tab Queries with all the queries WordPress has done for that page. |
|||
|
|