Skip to content

Instantly share code, notes, and snippets.

@skyshab
Created March 30, 2021 13:17
Show Gist options
  • Save skyshab/3d44619a13217bb47e2a9065205706e5 to your computer and use it in GitHub Desktop.
Save skyshab/3d44619a13217bb47e2a9065205706e5 to your computer and use it in GitHub Desktop.
Restore shortcode functionality on the Community Events page
<?php
add_action( 'tribe_events_community_form', function( $event_id, $event, $template ){
add_filter( 'the_content', 'do_shortcode', 999 );
}, 100, 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment