apply_filters( 'tribe_events_google_map_link', string $url, int $post_id )

Allows filtering the Google Maps URL for the given event.


Parameters

$url

(string) The URL to Google Maps.

$post_id

(int) The event post ID.


Top ↑

Source

File: src/functions/template-tags/google-map.php


Top ↑

Changelog

Changelog
Version Description
4.6.24 Introduced.