Open
Description
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