How to get the page link in WordPress?

How to get the page link in WordPress?

You can add simply this code to get page link
only you have to pass the page id
<?php echo get_page_link(30); ?>

Comments