Tribe__Admin__Help_Page::get_ticketing_products()
Defines ticketing products.
Return
(array) of products which are displayed on the ticketing tab of the in-app help page.
Source
File: src/Tribe/Admin/Help_Page.php
public function get_ticketing_products() {
$ticketing_products = apply_filters( 'tec_help_ticketing_products', [
'event-tickets',
'event-tickets-plus',
'tribe-eventbrite',
'promoter',
] );
return $ticketing_products;
}
Changelog
| Version | Description |
|---|---|
| 4.14.2 | Introduced. |