Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bipoza/26df62e4686cbe4b0008273650a113b6 to your computer and use it in GitHub Desktop.
Save bipoza/26df62e4686cbe4b0008273650a113b6 to your computer and use it in GitHub Desktop.
add_shortcode('wps_event_link', 'wps_event_link');
function wps_event_link() {
$post_id = '{{ post_data:ID }}';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment