tillkruss / Nginx-FastCGI-Cache

A WordPress plugin that purges Nginx cache zones.
48 stars 25 forks source link

Added action hook after successful zone purge #20

Closed matthewsuan closed 5 years ago

matthewsuan commented 5 years ago

Hi @tillkruss

Thanks for this great plugin.

I hope you don't mind merging this PR.

This PR essentially adds action hook after every successful zone purge. This enables for a scenario where I have multiple redundant servers and I want to clear cache on the other servers.

Thank you.

tillkruss commented 5 years ago

I changed the name, does that work for you?

matthewsuan commented 5 years ago

Yes, absolutely.

Thanks!