Skip to content

Instantly share code, notes, and snippets.

@pmbaldha
Created November 16, 2016 09:47
Show Gist options
  • Save pmbaldha/1f674d27824b44c21abdbb2bdb9e7e77 to your computer and use it in GitHub Desktop.
Save pmbaldha/1f674d27824b44c21abdbb2bdb9e7e77 to your computer and use it in GitHub Desktop.
Get current url in wordpress
global $wp;
$current_url = home_url(add_query_arg(array(),$wp->request));
@FathomCode
Copy link

Thanks @MishukAdhikari
Your answer
worked for me too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment