thebatclaudio / wp-rest-api-v2-menus

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

FIX infinite loop when parent menu item is missing #32

Closed beltranrengifo closed 4 years ago

beltranrengifo commented 4 years ago

Check if element is missing and force the unset in this case to finish the do while. In previous versions, the plugin caused infinite loops, timeouts and high memory consumptions

thebatclaudio commented 4 years ago

Hi @beltranrengifo! Thank you for your awesome work! I will release a new plugin version ASAP!