Skip to content

Instantly share code, notes, and snippets.

@ivo-ivanov
Created January 17, 2020 12:41
Show Gist options
  • Save ivo-ivanov/8666d5a5328833c685b5abff4c35d605 to your computer and use it in GitHub Desktop.
Save ivo-ivanov/8666d5a5328833c685b5abff4c35d605 to your computer and use it in GitHub Desktop.
ACF Google Maps link to route planner
// https://developers.google.com/maps/documentation/urls/guide#directions-action
$loc = get_field(google-maps-acf-field);
url = "https://www.google.com/maps/dir/?api=1&origin='. urlencode($loc['address']) .' ";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment