Hi
I´m very new using this plugin and I would like to know how can I setup the google map in order to used it in the CPT, I already have the google API
I added this code to the function.php but I still get error
// Method 2: Setting.
function my_acf_init() {
acf_update_setting(‘google_api_key’, ‘MyAPI’);
}
add_action(‘acf/init’, ‘my_acf_init’);
Can you please help me