tec_tickets_commerce_is_free_ticket_allowed()

Checks if the free ticket is allowed.


Return

(bool)


Top ↑

Source

File: src/functions/commerce/tickets.php

function tec_tickets_commerce_is_free_ticket_allowed() {
	return Settings::is_free_ticket_allowed();
}

Top ↑

Changelog

Changelog
Version Description
5.10.0 Introduced.