apply_filters( 'tribe_aggregator_async_import_event_task', bool|null $done, array|stdClass $item )

Allows replacing the event data import task completely.

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.


Top ↑

Source

File: src/Tribe/Aggregator/Processes/Import_Events.php


Top ↑

Changelog

Changelog
Version Description
4.6.19 Introduced.