Tribe__Tickets__Tickets::get_ticket_reports_link( $post_id_deprecated, int $ticket_id )

Returns link to the report interface for sales for a single ticket or null if the provider doesn’t have reporting capabilities.

As of 4.6 we reversed the params and deprecated $post_id as it was never used


Parameters

$post_id

(deprecated) (Required) ID of parent "event" post

$ticket_id

(int) (Required) ID of ticket post


Top ↑

Return

(mixed)


Top ↑

Source

File: src/Tribe/Tickets.php

		public function get_ticket_reports_link( $post_id_deprecated, $ticket_id ) {}