FEATURE import translated city function
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8af71485a3
commit
6e4d6f12c7
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user