Skip to content

Instantly share code, notes, and snippets.

@httpstersk
Last active January 9, 2019 08:13
Show Gist options
  • Save httpstersk/70f9b17cab3bc50fce2db151222c737d to your computer and use it in GitHub Desktop.
Save httpstersk/70f9b17cab3bc50fce2db151222c737d to your computer and use it in GitHub Desktop.
➋ Parse the slug from the permalink (returns null if the post is not viewable)
const { select } = wp.data;
const { getPermalinkParts } = select( 'core/editor' );
const slug = getPermalinkParts().postName;
console.log(slug);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment