PHP Chargez un identifiant de poste spécifique sur la langue

// 1- retrieve the right post ID
$my_postid = apply_filters( 'wpml_object_id', 1416 , 'post', false ); //wpml
$my_postid = icl_object_id(1416 , 'post', false ); //polylang @deprecated

$content_post = get_post($my_postid); // 2-use post id
ahmad-ali14