Tribe__Events__Pro__Main::disable_recurring_info_tooltip()
Source
File: src/Tribe/Main.php
public function disable_recurring_info_tooltip() {
remove_filter(
'tribe_events_event_schedule_details', array(
$this,
'append_recurring_info_tooltip',
), 9, 2
);
}