apply_filters( 'tribe_aggregator_async_import_event_task', bool|null $done , array|stdClass $item )
Allows replacing the event data import task completely.
Contents
Returning a non null value here will replace the built in functionality with the one implemented by the filtering function.
Parameters
- $done
-
(bool|null)
- $item
-
(array|stdClass) An object or array containing the raw data for this event.
Source
Changelog
| Version | Description |
|---|---|
| 4.6.19 | Introduced. |