Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created January 18, 2019 06:16
Show Gist options
  • Save yousufansa/37a1e4d89bc3e31bdc0f8d4cefcf37ad to your computer and use it in GitHub Desktop.
Save yousufansa/37a1e4d89bc3e31bdc0f8d4cefcf37ad to your computer and use it in GitHub Desktop.
Bethlehem - Events Calendar Pro Fix
if( class_exists( 'Tribe__Events__Pro__Main' ) ) {
remove_action( 'tribe_events_single_event_after_the_meta', array( Tribe__Events__Pro__Main::instance(), 'register_related_events_view' ) );
add_action( 'tribe_events_single_event_after_the_content', array( Tribe__Events__Pro__Main::instance(), 'register_related_events_view' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment