Custom URL Storage WordPress
User where custom url store in wordress for apperance menu Assistant In WordPress, custom URLs added to the **Appearance → Menus** section are stored in the database in the `wp_posts` and `wp_postmeta` tables. ### **Where Custom URLs Are Stored** 1. **`wp_posts` Table:** – Each menu item is stored as a post with `post_type = "nav_menu_item"`. […]