/*
Theme Name: Curly
Theme URI: https://curly.qodeinteractive.com/
Description: A Stylish Theme for Hairdressers and Hair Salons
Author: Mikado Themes
Author URI: https://qodeinteractive.com/
Text Domain: curly
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 3.3
License: GNU General Public License
License URI: licence/GPL.txt
*/

//Google MAP API key for ACF
function my_acf_init() {
    
    acf_update_setting('google_api_key', 'AIzaSyBF-pof5J6LNzhJIHSUYXg97uLglxDr2dQ');
}

add_action('acf/init', 'my_acf_init');