Get title of page from URL

I have a “Go back button”: $url = htmlspecialchars( $_SERVER[‘HTTP_REFERER’] ); echo “<a href=”https://wordpress.stackexchange.com/questions/211840/$url”>back</a>”; I need to display the page title of the … Read more