pkhamre/wp-varnish

Categories Should Be Purged

Closed this issue · 1 comments

hink commented

Since posts are listed on category pages, those pages should be purged as well.

function WPVarnishPurgeCommonObjects() {
...
$this->WPVarnishPurgeObject('/category/(.*)');
...
}

Added this suggestion, thanks :)