thebatclaudio / wp-rest-api-v2-menus

Adding menus endpoints on WP REST API v2
47 stars 22 forks source link

menus/{slug} does not return menu items #2

Closed dvdnhm closed 5 years ago

dvdnhm commented 7 years ago

I can get the list of available menus: image

but when I try /menus/{slug} url, it returns image

thebatclaudio commented 7 years ago

Hi, which version of Wordpress are you using?

dvdnhm commented 7 years ago

I have version 4.8.1

thanks

thebatclaudio commented 7 years ago

Hi David, I fixed the bug and updated the plugin on Wordpress Plugin Directory. Now it should work! Let me know how it goes and feel free to report other bugs. We really appreciate it!

dvdnhm commented 7 years ago

yes, it is working now. thanks.

Osamasomy commented 5 years ago

its not workin in WordPress 5.1.1

Picksley commented 5 years ago

@thebatclaudio Could we possibly re-open this issue? This issue is present again in WP 5.1.0 & 5.1.1

thebatclaudio commented 5 years ago

Hi @Picksley and @Osamasomy, sorry but I didn't read the notification. I reopen the issue and tonight I will check if it works. However, I released a new version of the plugin. Can you check if it works?

Picksley commented 5 years ago

Hi @Picksley and @Osamasomy, sorry but I didn't read the notification. I reopen the issue and tonight I will check if it works. However, I released a new version of the plugin. Can you check if it works?

Works perfectly again on returning the menu for me on Version 0.6 - great work, thanks @thebatclaudio

Just an issue with the API only returning the parents and not the children but will raise a new bug for you