Tribe__Tickets__Tickets::get_event_reports_link( int $post_id )
Returns link to the report interface for sales for an event or null if the provider doesn’t have reporting capabilities.
Contents
Parameters
- $post_id
-
(int) (Required) ID of parent "event" post
Return
(mixed)
Source
File: src/Tribe/Tickets.php
public function get_event_reports_link( $post_id ) {}