Skip to content

Instantly share code, notes, and snippets.

@jonbrockett
Last active June 10, 2021 13:53
Show Gist options
  • Save jonbrockett/0d384c65be0bd234d2b133cb6ba11cb4 to your computer and use it in GitHub Desktop.
Save jonbrockett/0d384c65be0bd234d2b133cb6ba11cb4 to your computer and use it in GitHub Desktop.
ACF Google Map API
<?php
/**
* ACF Google Map API Key
*/
function my_acf_init() {
acf_update_setting('google_api_key', '');
}
add_action('acf/init', 'my_acf_init');
/** Add ACF Google Map API Key */
require_once( 'library/acf-googlemaps-api.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment