Ashley Cameron Design

Ashley Cameron Design

ACF Google Map Get Directions Link

Last updated: Sep 3, 2020
PHPSnippetsWordPress

About a 1 minute read

"Design is not just what it looks like and feels like. Design is how it works."

Steve Jobs

1
2
3
<a href="https://www.google.com/maps/place/<?php echo $location['address']; ?>" target="_blank">
    <address><span class="glyphicon glyphicon-map-marker"></span><?php echo $location['address']; ?></address>
</a>