add gmaps
This commit is contained in:
parent
8953556773
commit
e96a46d7ae
1 changed files with 5 additions and 0 deletions
|
@ -88,5 +88,10 @@ function wasmo_hide_admin_bar() {
|
|||
// }
|
||||
// add_action( 'template_redirect', 'wasmo_member_template_redirect' );
|
||||
|
||||
function my_acf_init() {
|
||||
acf_update_setting('google_api_key', 'AIzaSyAF3HYVew1ZS_9i0mY1wymX1Hs885AJtIw');
|
||||
}
|
||||
|
||||
add_action('acf/init', 'my_acf_init');
|
||||
|
||||
?>
|
Loading…
Reference in a new issue