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 | 'location'. Event source removed in 3.5. |
- Source:
Returns:
URL to icon.
- Type
- string