acf-to-rest-api-recursive
acf-to-rest-api-recursive copied to clipboard
Adds limit to post recursion when iterating through nested WordPress Posts
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).
Please Merge.
I need this
Fix not working with type "Clone fields"