w3tc_flush_execute_delayed_operations

w3tc_flush_execute_delayed_operations

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

See hook in core

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

apply_filters('w3tc_flush_execute_delayed_operations') is found 1 times:

  • /CacheFlush_Locally.php line 253
    		}
    
    		// build response in a form 'module' => 'error message' (empty if no error)
    		$actions_made = array();
    		$actions_made = apply_filters( 'w3tc_flush_execute_delayed_operations',
    			$actions_made );
    
    		return $actions_made;
    	}
    
    	public function _execute_delayed_operations_pgcache( $actions_made ) {
    

See this hook used in plugins: