Tribe__Events__Aggregator__Processes__Import_Events::save_data( array $save_data = array() )
Saves some additional data on the record to keep track of the progress.
Contents
Parameters
- $save_data
-
(array) (Optional)
Default value: array()
Return
(array)
Source
File: src/Tribe/Aggregator/Processes/Import_Events.php
public function save_data( array $save_data = array() ) {
$save_data['record_id'] = $this->record_id;
return $save_data;
}
Changelog
| Version | Description |
|---|---|
| 4.6.16 | Introduced. |