tec_tickets_commerce_is_free_ticket_allowed()
Checks if the free ticket is allowed.
Return
(bool)
Source
File: src/functions/commerce/tickets.php
function tec_tickets_commerce_is_free_ticket_allowed() {
return Settings::is_free_ticket_allowed();
}
Changelog
| Version | Description |
|---|---|
| 5.10.0 | Introduced. |