Is there is a function to clean the cache?
-
I disable the wordpress cron by adding define(‘DISABLE_WP_CRON’, true) into the wp-config.php file.
And now is there is a way or function to clean the cache manually?
There are four hook cron Events of W3 Total Cache:
w3_objectcache_cleanup
w3_dbcache_cleanup
w3_pgcache_cleanup
w3_minify_cleanupHow to run them manually? Thanks
The topic ‘Is there is a function to clean the cache?’ is closed to new replies.