Created
April 18, 2021 16:45
-
-
Save mstoic/f5a8dff3b5cf3d1bd188ad892ba25258 to your computer and use it in GitHub Desktop.
WordPress - Get The Current Page URL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global $wp; | |
$current_url = home_url(add_query_arg(array(),$wp->request)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment