Created
August 17, 2016 17:44
-
-
Save chaselivingston/fb84118f2a66af91120899a6f00d8f43 to your computer and use it in GitHub Desktop.
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 jeherve_contact_info_google_key() { | |
return '12345'; // Your API Key. | |
} | |
add_filter( 'jetpack_google_maps_api_key', 'jeherve_contact_info_google_key' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment