Tribe__Tickets__Tickets_Handler::get_default_capacity_mode()
Gets the Default mode in which tickets will be generated
Return
(string)
Source
File: src/Tribe/Tickets_Handler.php
public function get_default_capacity_mode() {
/**
* Filter Default Ticket Capacity Type
*
* @since 4.6
*
* @param string 'global'
*
* @return string ('global','capped','own','')
*
*/
return apply_filters( 'tribe_tickets_default_ticket_capacity_type', 'global' );
}
Changelog
| Version | Description |
|---|---|
| 4.6.2 | Introduced. |