Last active
February 10, 2020 22:10
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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