pkhamre/wp-varnish

Posting from XMLRPC doesn't purge cache

JohnMcLear opened this issue · 3 comments

If I use classdroid to upload an image to wordpress the cache isn't cleared, it would be nice to have support for this.

Add support by adding:
add_action('xmlrpc_call'),array(&$this, 'WPVarnishPurgeAll'), 99);
to wp-varnish.php

It should be fixed now ;)

cd34 commented

Fixed in commit: c694d4a