wp_menu_item_add
Add custom links to WordPress menus by specifying menu name/ID, title, and URL for navigation management.
Instructions
Add a custom link to a menu
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| menu | Yes | Menu name or ID | |
| title | Yes | Menu item title | |
| url | Yes | Menu item URL |