Skip to content

Instantly share code, notes, and snippets.

@jrobinsonc
Last active February 10, 2020 22:10
Show Gist options
  • Save jrobinsonc/a6b6ae974fa2c8df78f74a1239ef2b25 to your computer and use it in GitHub Desktop.
Save jrobinsonc/a6b6ae974fa2c8df78f74a1239ef2b25 to your computer and use it in GitHub Desktop.
Wordpress helper: Get the slug - Get the slug of a post or page.
<?php
function get_current_url() {
global $wp;
return home_url( $wp->request );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment