Filter: mc_gmap_html

apply_filters( 'mc_gmap_html', $output, $event ) → {string}

Source HTML for generating a map of calendar locations.

Parameters:
Name Type Description
$output string

Formatted HTML to be returned.

$event object | array

Object or array of objects containing one or more objects with location information.

Source:
Returns:

Formatted HTML to be parsed by Google Maps JS.

Type
string