wp_cache_cleared
Usage
add_action( 'wp_cache_cleared', 'wp_kama_cache_cleared_action' );
/**
* Function for `wp_cache_cleared` action-hook.
*
* @return void
*/
function wp_kama_cache_cleared_action(){
// action...
}Where the hook is called
wp_cache_cleared
wp_cache_cleared
wp_cache_cleared
wp_cache_cleared
wp-super-cache/wp-cache.php 2790
do_action( 'wp_cache_cleared' );
wp-super-cache/wp-cache-phase2.php 2625
do_action( 'wp_cache_cleared' );
wp-super-cache/wp-cache-phase2.php 3083
do_action( 'wp_cache_cleared' );
wp-super-cache/wp-cache-phase2.php 3236
do_action( 'wp_cache_cleared' );