Programmatically Purge Cache?
-
W3 and Autoptimize have access to the “Purge Everything” kind of action as follows
if (class_exists('autoptimizeCache')) autoptimizeCache::clearall(); if( class_exists('W3_Plugin_TotalCacheAdmin') ) { $plugin_totalcacheadmin = & w3_instance('W3_Plugin_TotalCacheAdmin'); $plugin_totalcacheadmin->flush_all(); }
Does Breeze expose a similar functionality?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Programmatically Purge Cache?’ is closed to new replies.