You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
I discovered that Delightful Downloads (DD) was interfering with a query I was running on my site that collected all my podcast posts. When DD was running, no posts would be found.
By commenting out classes in DD "delightful-downloads.php", I isolated the problem to DD "post-types.php". And by further commenting out "add_action()s" I Isolated the problem to line 174, which adds a function that appears to run every time WP does a "pre_get_posts", which would be just about every query on the site, wouldn't it?
Is this what is intended? If so, it seems wasteful, and it definitely interferes with other queries on my site.
For now, I'm good with line 174 commented out. Just thought you'd like to know that there might be an issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I discovered that Delightful Downloads (DD) was interfering with a query I was running on my site that collected all my podcast posts. When DD was running, no posts would be found.
By commenting out classes in DD "delightful-downloads.php", I isolated the problem to DD "post-types.php". And by further commenting out "add_action()s" I Isolated the problem to line 174, which adds a function that appears to run every time WP does a "pre_get_posts", which would be just about every query on the site, wouldn't it?
Is this what is intended? If so, it seems wasteful, and it definitely interferes with other queries on my site.
For now, I'm good with line 174 commented out. Just thought you'd like to know that there might be an issue.
The text was updated successfully, but these errors were encountered: