jrobinsonc
2/10/2020 - 10:08 PM

Wordpress helper: Get the slug - Get the slug of a post or page.

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 );
}