FEATURE import translated city function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-07-31 14:59:05 +02:00
parent 8af71485a3
commit 6e4d6f12c7

View File

@ -26,6 +26,7 @@ $email = get_field('email', $postID);
$website = get_field('website', $postID);
$adresse = get_field('adresse', $postID);
$translated_city = translate_city_name($adresse['city'], $current_lang);
$cover_image = get_field('artisan_cover', $postID);