יש פה מדריך למי שיצתרך בעתיד:
https://developers.google.com/maps/documentation/embed/guide#overview
צריך גם לערוך קצת קוד בדף בנתיב הבא:
wp-content\themes\leader-child\core\widgets\class-pojo-widget-google-maps.php
בשורה 67
זה הקוד שאני ערכתי:
printf(
'<div class="pojo-google-map-wrap custom-embed"><iframe height="%d" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed/v1/place?q=%s&zoom=%d&key= YOUR API KEY &&language=%s"></iframe></div>',
urlencode( $instance['height'] ),
urlencode( $instance['address'] ),
absint( $instance['zoom'] ),
ICL_LANGUAGE_CODE
);