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.8.9

apply_filters('w3tc_flush_execute_delayed_operations') is found 1 times:

  • /CacheFlush_Locally.php line 396
    		}
    
    		// 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;
    	}
    
    	/**
    	 * Executes delayed operations for page cache.
    

See this hook used in plugins: