Empty Items Array
-
I have a main menu setup in wordpress, and it shows up in my theme just fine. When I try to use your plugin (with v2 of WP API), it returns the menus, but when I try and get a specific menu, the items array is empty (even though the “count” property reports 24). Below is the JSON response I receive. Other than setting up a menu and assigning it as the “Primary Menu” is there anything else I need to do to get my menu items to show up in the API response?
{ "ID": 19, "name": "Main Menu", "slug": "main-menu", "description": "", "count": 24, "items": [], "meta": { "links": { "collection": "http:\/\/192.168.99.100:8080\/wp-json\/wp\/v2\/menus\/", "self": "http:\/\/192.168.99.100:8080\/wp-json\/wp\/v2\/menus\/19" } } }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Empty Items Array’ is closed to new replies.