w3tc_flush_browsercache

w3tc_flush_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_browsercache') is found 1 times:

  • /CacheFlush_Locally.php line 183
    		if ( isset( $extras['only'] ) && 'browsercache' !== $extras['only'] ) {
    			return;
    		}
    
    		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.