Advertisement
kkarpieszuk

w3 total cache clear cache

Apr 9th, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. // purge entire cache
  2. if(function_exists('w3tc_pgcache_flush')) {  w3tc_pgcache_flush();  }
  3.  
  4. // flush individual post/page
  5. if (function_exists('w3tc_pgcache_flush_post')) {  w3tc_pgcache_flush_post($post_id); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement