thebatclaudio / wp-rest-api-v2-menus

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

Fixed changes to `register_rest_route` signature for WP 5.5 #35

Closed Sjeiti closed 4 years ago

Sjeiti commented 4 years ago

Changes in WP 5.5 were throwing notices in admin before the start of the document. Added permission_callback to fix. This fixes issue #34

thebatclaudio commented 4 years ago

Hi @Sjeiti, I'm sorry that I closed your pull request, but it was resolved in a previous pull request (https://github.com/thebatclaudio/wp-rest-api-v2-menus/pull/33). Thank you for your help!

Sjeiti commented 4 years ago

np