w3tc_flush_after_browsercache

w3tc_flush_after_browsercache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: w3-total-cache.2.8.8

do_action('w3tc_flush_after_browsercache') is found 1 times:

  • /CacheFlush_Locally.php line 185
    		}
    
    		do_action( 'w3tc_flush_browsercache' );
    		update_option( 'w3tc_browsercache_flush_timestamp', wp_rand( 10000, 99999 ) . '' );
    		do_action( 'w3tc_flush_after_browsercache' );
    	}
    
    	/**
    	 * Purges all content from the CDN.
    	 *
    	 * Applies the `w3tc_preflush_cdn_all` filter to determine whether the purge should occur.