Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created February 27, 2017 12:36
Show Gist options
  • Save ibndawood/fc5ccb78d02de6ba06f0ecabbfe853ba to your computer and use it in GitHub Desktop.
Save ibndawood/fc5ccb78d02de6ba06f0ecabbfe853ba to your computer and use it in GitHub Desktop.
Wordpress - Google Maps API Key
function ec_child_google_maps_api() { ?>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDRYczTDT6kSz-bWGrLGh6WCaBgUSL-1Dk" type="text/javascript"></script>
<?php }
add_action( 'wp_footer', 'ec_child_google_maps_api', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment