get the page perma link wordpress code example
Example 1: get wordpress page link by id
echo get_page_link($page_id);
Example 2: wordpress get link to post by id
get_permalink();
echo get_page_link($page_id);
get_permalink();