Clear cache in functions.php
-
Hi,
I would like to clear the cache using the save_post action in my child themes functions.php file. Example below:
add_action( ‘save_post’, ‘custom_clear_cache’, 10, 1 );
function custom_clear_cache() {
//how can i clear the hyper cache?
}Is this possible?
Thanks
- The topic ‘Clear cache in functions.php’ is closed to new replies.