get the URL
-
Hi ,
I am trying to find the function that shows registration link.
For example my site is :
https://www.somedomain.com/wp-login.php?action=register
I want to code to be able to show exactly that the URL or at least “action=register”
I have tried:
$the_url = home_url( $wp->request );
But this only shows “https://www.somedomain.com”Can anyone provide some help with what function to use in order to show “wp-login.php?action=register” ?
Thanks.
PeterThe page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘get the URL’ is closed to new replies.