Tribe__Tickets_Plus__Commerce__Warnings::__construct()
Source
File: src/Tribe/Commerce/Warnings.php
public function __construct() {
add_action( 'tribe_events_tickets_new_ticket_warnings', array( $this, 'recurring_event_warning' ) );
add_action( 'tribe_events_tickets_after_new_ticket_panel', array( $this, 'recurring_event_warning_msg' ) );
}