apply_filters( 'tribe_aggregator_import_venue_image', bool $import_venue_image, int $venue_id, string $image_url, Tribe__Events__Aggregator__Record__Activity $activity )

Whether the venue image should be imported and attached or not.


Parameters

$import_venue_image

(bool) Defaults to true.

$venue_id

(int) The venue post ID.

$image_url

(string) The URL to the image that should be imported.

$activity

(Tribe__Events__Aggregator__Record__Activity) The importer activity so far.


Top ↑

Source

File: src/Tribe/Aggregator/Record/Abstract.php


Top ↑

Changelog

Changelog
Version Description
4.6.9 Introduced.