Skip to content

Instantly share code, notes, and snippets.

@GavinJaynes
Last active August 29, 2015 14:05
Show Gist options
  • Save GavinJaynes/4f332863b0a2e79830e1 to your computer and use it in GitHub Desktop.
Save GavinJaynes/4f332863b0a2e79830e1 to your computer and use it in GitHub Desktop.
Get the current url - the WordPress way
<?php
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