Obtenha um link para um registro ou página em qualquer versão do idioma (Polylang)

<?php echo get_the_title(pll_get_post(17)); ?> //title
<?php echo get_permalink(pll_get_post(17)); ?> //link
<?php echo get_category_link(pll_get_term(7)); ?> //link to category
Lonely Locust