Support

Account

Home Forums Backend Issues (wp-admin) Google Maps field needs setting to add API key Reply To: Google Maps field needs setting to add API key

  • thanks fabianmarz! I added your code:

    add_filter('acf/settings/google_api_key', function ($value) {
      return 'YOUR_API_KEY';
    });

    obviously replacing ‘YOUR_API_KEY’ with my google maps Api key and the maps are now showing!