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
<?php | |
/** | |
* Google maps shortcode | |
* | |
* Adds a google map to a post using coordinates from custom fields | |
* | |
* @return string HTML to show a Google map | |
*/ | |
function bd_map_sc($atts) { |