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