Answers for "add google maps api key acf pro"

0

add google maps api key acf pro

function my_acf_init() {
	
	acf_update_setting('google_api_key', 'xxx');
}

add_action('acf/init', 'my_acf_init');
Posted by: Guest on April-25-2022

Browse Popular Code Answers by Language