Skip to content

Instantly share code, notes, and snippets.

@kirandash
Created May 10, 2017 07:08
Show Gist options
  • Save kirandash/eacfc53882eee233f2f5dd66b3b47351 to your computer and use it in GitHub Desktop.
Save kirandash/eacfc53882eee233f2f5dd66b3b47351 to your computer and use it in GitHub Desktop.
Google Maps field needs setting to add API key
add_filter('acf/settings/google_api_key', function () {
return 'your-api-key';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment