wp_cache_cleared
Использование
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... }
Где вызывается хук
wp_cache_cleared
wp_cache_cleared
wp_cache_cleared
wp_cache_cleared
wp-super-cache/wp-cache.php 2799
do_action( 'wp_cache_cleared' );
wp-super-cache/wp-cache-phase2.php 2604
do_action( 'wp_cache_cleared' );
wp-super-cache/wp-cache-phase2.php 3063
do_action( 'wp_cache_cleared' );
wp-super-cache/wp-cache-phase2.php 3215
do_action( 'wp_cache_cleared' );