Skip to content

Instantly share code, notes, and snippets.

@blainerobison
Created November 19, 2015 00:15
Show Gist options
  • Save blainerobison/20f6ac0af83f4ed6b1fa to your computer and use it in GitHub Desktop.
Save blainerobison/20f6ac0af83f4ed6b1fa to your computer and use it in GitHub Desktop.
Current WordPress URL
<?php echo esc_url( add_query_arg( $wp->query_string, '', home_url( $wp->request ) ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment