Skip to content

Instantly share code, notes, and snippets.

@RyanNutt
Created December 23, 2018 17:13
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 RyanNutt/0a37794a79daeea5f7b88e402ef4cdbc to your computer and use it in GitHub Desktop.
Save RyanNutt/0a37794a79daeea5f7b88e402ef4cdbc to your computer and use it in GitHub Desktop.
WordPress permalink shortcode - https://www.nutt.net/wordpress-permalink-shortcode/
add_shortcode('permalink', function() {
return get_permalink();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment