I’m trying to add Maps JavaScript API in wordpress without plugins. I have seen that to do that I need to use the wp_enqueue_script() function. However, I would like to know what is the correct way to add this function in the functions.php file? Thank’s Answer