Skip to content

Instantly share code, notes, and snippets.

@someguy9
Created October 31, 2022 16:23
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 someguy9/986ef956366822c773f0b05198f3484d to your computer and use it in GitHub Desktop.
Save someguy9/986ef956366822c773f0b05198f3484d to your computer and use it in GitHub Desktop.
Get the current post slug in WordPress
<?php
global $post;
$slug = $post->post_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment