Last active
November 13, 2017 12:58
-
-
Save wpflippercode/43739a6261d8d5da26f6b42f6eac1834 to your computer and use it in GitHub Desktop.
Update Marker's Icon Image In Google Maps Representing Product Availability Areas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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