-
-
Save bmoredrew/dccf0b7afda3abcc562cbb164b010163 to your computer and use it in GitHub Desktop.
ACF Get Directions map link
This file contains 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
<a class="directions" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php $location = get_field('map_location'); echo $location['lat'] . ',' . $location['lng']; ?>"><?php _e('Get Directions','roots'); ?></a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment