wordpress_assign_menu_to_location
Assign WordPress navigation menus to specific theme locations to control where menus appear on your website.
Instructions
Assign a menu to a theme location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | ||
| menuId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"location": {
"type": "string"
},
"menuId": {
"type": "number"
}
},
"required": [
"location",
"menuId"
],
"type": "object"
}