Skip to content

Instantly share code, notes, and snippets.

@mbrughi
Created May 13, 2019 19:17
Show Gist options
  • Save mbrughi/527c4a56b8052dd88850678d59230d6e to your computer and use it in GitHub Desktop.
Save mbrughi/527c4a56b8052dd88850678d59230d6e to your computer and use it in GitHub Desktop.
function cf7_add_post_id(){
global $post;
return $post->ID;
}
add_shortcode('CF7_ADD_POST_ID', 'cf7_add_post_id');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment