mc_map_url - joedolson/my-calendar GitHub Wiki
Google maps URL.
Auto-generated Example
add_filter(
'mc_map_url',
function(
string $url,
object $event
) {
// Your code here.
return $url;
},
10,
2
);
Parameters
string$urlLink to event location on Google Maps.object$eventEvent object.
Returns
string Link.
Files
apply_filters( 'mc_map_url', $map_url, $event )