Support

Account

Home Forums Backend Issues (wp-admin) Google maps – MissingKeyMapError Reply To: Google maps – MissingKeyMapError

  • I just downloaded the Beta and that still doesn’t work.

    Edit – You’ll need to add a filter to get the key in:

    add_filter('acf/settings/google_api_key', function () {
        return 'your-api-key';
    });

    Credit goes to aaemnnosttv