Closed draganescu closed 4 years ago
Howdy,
Accessing wp/v2/menu-items/ results in:
wp/v2/menu-items/
<b>Notice</b>: Undefined index: type in <b>/var/www/src/wp-includes/rest-api/endpoints/class-wp-rest-controller.php</b> on line <b>255</b><br />
The result is correct, but this notice invalidates the response of course.
I believe this is fixed in https://github.com/WP-API/menus-endpoints/pull/31
Still awaiting code review.
Howdy,
Accessing
wp/v2/menu-items/
results in:The result is correct, but this notice invalidates the response of course.