acf-to-rest-api-recursive icon indicating copy to clipboard operation
acf-to-rest-api-recursive copied to clipboard

Adds limit to post recursion when iterating through nested WordPress Posts

Open andrew-boyd opened this issue 6 years ago • 3 comments

Our team ended up in a place where the recursion of this post could result in an infinite loop and take down the server. We're addressing it by storing the ID of WP_Post objects and then ensuring that we only iterate over them up to a set threshold (in our case, 1).

andrew-boyd avatar Nov 09 '18 19:11 andrew-boyd

Please Merge.

XjSv avatar Mar 25 '19 20:03 XjSv

I need this

tretapey avatar Feb 05 '20 13:02 tretapey

Fix not working with type "Clone fields"

Triloworld avatar Jun 22 '20 14:06 Triloworld