w3tc_preflush_all, true, $extras

w3tc_preflush_all, true, $extras

Hook Type: filter

See hook in core

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

apply_filters('w3tc_preflush_all, true, $extras') is found 1 times:

  • /CacheFlush_Locally.php line 316
     
    			$default_actions_added = true;
    		}
    
    		$do_flush = apply_filters( 'w3tc_preflush_all', true, $extras );
    		if ( $do_flush ) {
    			do_action( 'w3tc_flush_all', $extras );
    		}
    	}
    
    	/**