-
Notifications
You must be signed in to change notification settings - Fork 120
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
New filter for $feed #281
Labels
Comments
I think adding a setting would make it much easier to check and uncheck feeds URL purge for everyone. |
This was referenced Feb 8, 2023
Pathan-Amaankhan
added a commit
that referenced
this issue
Apr 5, 2024
GH-281: New filter for $feed [Develop]
QA Details
Plugin's settings panel path: |
Hi @Pathan-Amaankhan, Verified the setting option, and it appears to be working fine. Able to check/uncheck the other options properly and enable disable the purging. |
Pathan-Amaankhan
added a commit
that referenced
this issue
Apr 15, 2024
GH-281: New filter for $feed [Master]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a feature request. Currently, the 'feed' urls are called every time a post is purged. In my case, this is not required but there is no way to override the 'feed' parameter, which defaults to true.
So please add a filter in the method 'purge_url' that allows users to override the value of feed, something like:
$feed = apply_filters( 'rt_nginx_helper_purge_feed', $feed );
Thanks
The text was updated successfully, but these errors were encountered: