post_parent) ?? null;
$parentUrl = get_the_permalink($post->post_parent) ?? null;
$pageIcon = get_field('step_icon', $post->ID);
?>
$parentTitle,
"title" => get_the_title(),
"page_icon" => $pageIcon,
"published" => get_the_date()
));
?>
">
ID) ?? null;
$next_page_icon = get_field('step_icon', $next_post->ID) ?? null;
$test = get_parcours_previous_next_posts($post);
?>