apply_filters( 'mc_map_icon', $icon, $location, $source ) → {string}
URL to Google Map marker image.
Parameters:
Name | Type | Description |
---|---|---|
$icon |
string | Formatted HTML to be returned. |
$location |
object | Event or location object containing location information. |
$source |
string | Either 'event' or 'location' indicating type of object. |
- Source:
Returns:
URL to icon.
- Type
- string