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

Feed URL breaks when setting "split_the_query" #549

Open
rd778 opened this issue Nov 10, 2024 · 0 comments
Open

Feed URL breaks when setting "split_the_query" #549

rd778 opened this issue Nov 10, 2024 · 0 comments

Comments

@rd778
Copy link

rd778 commented Nov 10, 2024

When I use the Wordpress filter below to split the query for better object caching, the feed URL /feeds/eo-events/ no longer works - the ics file is not created and nothing downloads.

add_filter( 'split_the_query', 'wp_using_ext_object_cache' );

If I comment out the above filter, the feed URL works correctly and the ics file downloads.

I'm raising this here as it seems like this may be a bug - I can't think of any reason why this would be an intended feature?

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

No branches or pull requests

1 participant