Tribe__Events__Pro__Main::show_related_events()
Return
(bool) Whether related events should be shown in the single view
Source
File: src/Tribe/Main.php
public function show_related_events() {
if ( tribe_get_option( 'hideRelatedEvents', false ) == true ) {
return false;
}
return true;
}