Cachify: Smartes, effizientes Caching-Plugin für WordPress

http://playground.ebiene.de/cachify-wordpress-cache/

 

– Cache-Leerung aus Drittanwendungen
Für den Fall, dass der Cachify Cache aus WordPress-Drittanwendungen geleert werden soll, stehen innerhalb des Plugins (ab Cachify 2.0.3) ausführbare Aktionen zur Verfügung:

if ( has_action('cachify_flush_cache') ) {
    do_action('cachify_flush_cache');
}

if ( has_action('cachify_remove_post_cache') ) {
    do_action('cachify_remove_post_cache', 123); // postID
}

Deixe um comentário