Tribe__Events__Aggregator__API__Import::update( $import_id, $args )
Update the details of an existing import into EA server.
Contents
Parameters
- $import_id
-
(Required) string The ID of the import to be updated.
- $args
-
(Required) array An key, value array representing the values to update on the EA server.
Return
(object|stdClass|string|WP_Error) Response from EA server.
Source
File: src/Tribe/Aggregator/API/Import.php
public function update( $import_id, $args ) {
return $this->service->update_import( $import_id, $args );
}
Changelog
| Version | Description |
|---|---|
| 5.1.5 | Introduced. |