Created
February 27, 2017 12:36
-
-
Save ibndawood/fc5ccb78d02de6ba06f0ecabbfe853ba to your computer and use it in GitHub Desktop.
Wordpress - Google Maps API Key
This file contains hidden or 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
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