• Made a mistake and now have a menu I do not want in my database. Where are the menus stored so I can delete. I understand I can programmatically hide the menu with a function. But prefer a clean db.

Viewing 1 replies (of 1 total)
  • At least one place where the data is stored for this plugin of “Custom Profile Menu for WordPress” is in the wp_posts table. You can use the following SQL to find the entries for this plugin.

    SELECT * FROM wp_posts WHERE post_type=”bp_custom_menu_page”.

Viewing 1 replies (of 1 total)
  • The topic ‘Where is data in database?’ is closed to new replies.