Skip to content

New filter for $feed #281

Open
Open
@mattf10

Description

@mattf10

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions