Him I have ElisionVersión: 2.8 Theme,
The map in contact page doesn’t work because i need Map key, I already have a key but in version 2.8 of Elision I can’t add the key, in functions.php, I have this code but adding the key doesn’t work:
if($qode_options_elision[‘enable_google_map’] == “yes”) :
wp_enqueue_script(“google_map_api”, “https://maps.googleapis.com/maps/api/js?sensor=false”,array(),false,true);
endif;
Ho can I add the api key?