w3tc_flush_posts

w3tc_flush_posts

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

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

do_action('w3tc_flush_posts') is found 1 times:

  • /CacheFlush_Locally.php line 167
    	 */
    	function flush_posts( $extras = null ) {
    		$do_flush = apply_filters( 'w3tc_preflush_posts', true, $extras );
    		if ( $do_flush )
    			do_action( 'w3tc_flush_posts', $extras );
    	}
    
    	/**
    	 * Flushes all enabled caches.
    	 */
    	function flush_all( $extras ) {
    

See this hook used in plugins: