post_title . " | " . $chantier_name; if ($localisation && isset($localisation['city'])) { $title .= " | " . $localisation['city']; } if ($date) { $title .= " | " . $date; } $my_post['post_title'] = $title; wp_update_post($my_post); } add_action('acf/save_post', 'metiers_patrimoine_chantiers_post_updater', 20);