Executing a Function After Clearing All Cache
You can write your own function that will work after the cache is cleared.
add_action('wpfc_delete_cache', "your_function"); function your_function(){ //you can run whatever you want }
You can write your own function that will work after the cache is cleared.
add_action('wpfc_delete_cache', "your_function"); function your_function(){ //you can run whatever you want }
This function is designed for manually creating page caches.
By default, WP Fastest Cache adds an HTML comment in the page footer that indicates when and for how long…
You can use hooks to clear cache at specific points in the execution of the code. By strategically placing cache…
Purchase your first license and see why 1,500,000+ websites globally around the world trust us.