add_action('acf/init', 'my_acf_init');
function my_acf_init() {
acf_update_setting('google_api_key', 'xxx');
}
Add Code in the function.php file, replace xxx with the actual key.
Add Code in the function.php file, replace xxx with the actual key.
add_action('acf/init', 'my_acf_init');
function my_acf_init() {
acf_update_setting('google_api_key', 'xxx');
}
I would love to hear from you, send me a message using the form below.