Skip to content

Instantly share code, notes, and snippets.

@brentini
Forked from ibndawood/functions.php
Last active March 23, 2018 21:29
Show Gist options
  • Save brentini/21ef25e9c90af08ff040f02c91401f6e to your computer and use it in GitHub Desktop.
Save brentini/21ef25e9c90af08ff040f02c91401f6e to your computer and use it in GitHub Desktop.
Wordpress - Google Maps API Key #wordpress
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