Skip to content

Adds limit to post recursion when iterating through nested WordPress Posts#3

Open
andrew-boyd wants to merge 1 commit into
airesvsg:masterfrom
wearebraid:master
Open

Adds limit to post recursion when iterating through nested WordPress Posts#3
andrew-boyd wants to merge 1 commit into
airesvsg:masterfrom
wearebraid:master

Conversation

@andrew-boyd

Copy link
Copy Markdown

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).

@XjSv

XjSv commented Mar 25, 2019

Copy link
Copy Markdown

Please Merge.

@tretapey

tretapey commented Feb 5, 2020

Copy link
Copy Markdown

I need this

@Triloworld

Copy link
Copy Markdown

Fix not working with type "Clone fields"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants