Tribe__Events__Pro__Editor__Recurrence__Provider::hook()
Source
File: src/Tribe/Editor/Recurrence/Provider.php
public function hook() {
add_filter( 'rest_pre_echo_response', array( $this, 'trigger_recurrence_rules' ), 10, 3 );
add_filter( 'tribe_is_recurring_event', array( $this, 'is_recurring_event' ), 10, 2 );
}