We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plugin currently uses post__not_in https://github.com/10up/simple-page-ordering/blob/develop/simple-page-ordering.php#L169.
Ideally we shouldn't be using it, but haven't dig into it to see if its feasible to rewrite that method without post__not_in.
post__not_in
https://10up.github.io/Engineering-Best-Practices/php/#performance
Also had this called out by VIP recently.
The text was updated successfully, but these errors were encountered:
@nicholasio thanks for calling that out, is it something you'd be able to work up a PR to resolve?
Sorry, something went wrong.
dinhtungdu
Successfully merging a pull request may close this issue.
The plugin currently uses post__not_in https://github.com/10up/simple-page-ordering/blob/develop/simple-page-ordering.php#L169.
Ideally we shouldn't be using it, but haven't dig into it to see if its feasible to rewrite that method without
post__not_in
.https://10up.github.io/Engineering-Best-Practices/php/#performance
Also had this called out by VIP recently.
The text was updated successfully, but these errors were encountered: