Skip to content

Instantly share code, notes, and snippets.

@chriswagoner
Created April 12, 2021 19:12
Show Gist options
  • Select an option

  • Save chriswagoner/fda52a47d29dd2a4c476013ccf5c752a to your computer and use it in GitHub Desktop.

Select an option

Save chriswagoner/fda52a47d29dd2a4c476013ccf5c752a to your computer and use it in GitHub Desktop.
Get the ID of this post
add_shortcode( 'return_post_id', 'gimme_post_id' );
function gimme_post_id() {
return get_the_ID();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment