w3tc_flush_execute_delayed_operations, $actions_made

w3tc_flush_execute_delayed_operations, $actions_made

Hook Type: filter

See hook in core

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

apply_filters('w3tc_flush_execute_delayed_operations, $actions_made') 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.