Skip to content

Instantly share code, notes, and snippets.

@jamesmorrison
Last active July 8, 2016 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesmorrison/91d220a1e312bbab55a47f89d1c97a90 to your computer and use it in GitHub Desktop.
Save jamesmorrison/91d220a1e312bbab55a47f89d1c97a90 to your computer and use it in GitHub Desktop.
<?php
function _get_current_page_url() {
global $wp;
return esc_url( home_url( $wp->request ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment