Skip to content

Instantly share code, notes, and snippets.

@mauriciogofas
Created September 2, 2015 02:52
Show Gist options
  • Save mauriciogofas/c1aa85eafedb0b8a77cf to your computer and use it in GitHub Desktop.
Save mauriciogofas/c1aa85eafedb0b8a77cf to your computer and use it in GitHub Desktop.
How to Get the Current URL in WordPress
global $wp;
$current_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