Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chaselivingston/fb84118f2a66af91120899a6f00d8f43 to your computer and use it in GitHub Desktop.
Save chaselivingston/fb84118f2a66af91120899a6f00d8f43 to your computer and use it in GitHub Desktop.
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