Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wpflippercode
Last active November 13, 2017 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpflippercode/43739a6261d8d5da26f6b42f6eac1834 to your computer and use it in GitHub Desktop.
Save wpflippercode/43739a6261d8d5da26f6b42f6eac1834 to your computer and use it in GitHub Desktop.
Update Marker's Icon Image In Google Maps Representing Product Availability Areas
add_filter('wdap_map_icon','wdap_map_icon_update');
function wdap_map_icon_update($icon) {
// update google map icon.
return $icon;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment