apply_filters( 'tribe_aggregator_import_event_image', bool $import_event_image , array $event , Tribe__Events__Aggregator__Record__Activity $activity )
Whether the event image should be imported and attached or not.
Contents
Parameters
- $import_event_image
-
(bool) Defaults to
true. - $event
-
(array) The event post ID.
- $activity
-
(Tribe__Events__Aggregator__Record__Activity) The importer activity so far.
Return
(bool) Either to import or not the image of the event.
Source
Changelog
| Version | Description |
|---|---|
| 4.6.9 | Introduced. |