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 2838
do_action( 'wp_cache_cleared' );
wp-super-cache/wp-cache-phase2.php 2626
do_action( 'wp_cache_cleared' );
wp-super-cache/wp-cache-phase2.php 3084
do_action( 'wp_cache_cleared' );
wp-super-cache/wp-cache-phase2.php 3237
do_action( 'wp_cache_cleared' );