introducing block features

This commit is contained in:
Antoine M 2023-11-24 13:39:47 +01:00
parent 5c1507a670
commit 8d73df0af4

View File

@ -3,7 +3,6 @@
add_filter('acf/fields/google_map/api', 'my_acf_google_map_api');
$mapDatas = get_field('map_datas');
?>