Created
January 18, 2019 06:16
-
-
Save yousufansa/37a1e4d89bc3e31bdc0f8d4cefcf37ad to your computer and use it in GitHub Desktop.
Bethlehem - Events Calendar Pro Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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