Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrew-boyd
Copy link

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
Copy link

XjSv commented Mar 25, 2019

Please Merge.

@tretapey
Copy link

tretapey commented Feb 5, 2020

I need this

@Triloworld
Copy link

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