apply_filters( 'tribe_aggregator_resolve_geolocation', boolean $resolve_geolocation, array $args )

Allows customizing whether to resolve geolocation for events by the EA service.


Parameters

$resolve_geolocation

(boolean) Whether the EA Geocode Address API is enabled for geocoding addresses.

$args

(array) Queued record import arguments to be sent to EA service.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
4.6.25 Introduced.