Filter: mc_map_html

apply_filters( 'mc_map_html', $marker, $location ) → {string}

Source HTML for a single location marker.

Parameters:
Name Type Description
$marker string

Formatted HTML to be returned.

$location object

Event object containing location information.

Source:
Returns:

Formatted HTML to be parsed by Google Maps JS.

Type
string