thebatclaudio / wp-rest-api-v2-menus

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

Fix fatal error issue when menu term is missing #44

Closed darylldoyle closed 1 year ago

darylldoyle commented 1 year ago

This fixes #43 by checking whether a WP_Term object has been returned before assigning the items property.

If a WP_Error or null is returned, we return the 404 error, as there is no nav term for that slug, despite it existing in the theme mods.