-
-
Save brentini/21ef25e9c90af08ff040f02c91401f6e to your computer and use it in GitHub Desktop.
Wordpress - Google Maps API Key #wordpress
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