Filter purgeurls
-
First: Do you accept merge requests anywhere?
Second: Would it be possible for you to let plugins purge urls on shutdown, event if varnish-http-purge is not purging anything. In code this would mean:
public function executePurge() { $purgeUrls = array_unique($this->purgeUrls); ...
To:
public function executePurge() { $purgeUrls = array_unique(apply_filters('vhp_execute_purge_urls', $this->purgeUrls)); ...
It would be a nice method for us plugin authors to purge our urls from this plugin ??
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Filter purgeurls’ is closed to new replies.