Tribe__Events__Community__Tickets__Main::generate_routes( $router )
Add routes
Source
File: src/Tribe/Main.php
public function generate_routes( $router ) {
$this->routes['payment-options'] = new Tribe__Events__Community__Tickets__Route__Payment_Options( $router );
$this->routes['attendees-report'] = new Tribe__Events__Community__Tickets__Route__Attendees_Report( $router );
$this->routes['sales-report'] = new Tribe__Events__Community__Tickets__Route__Sales_Report( $router );
}