Tribe__Tickets__Tickets::is_checkout_page()
Return whether we’re currently on the checkout page for this Merchant.
Return
(bool)
Source
File: src/Tribe/Tickets.php
public function is_checkout_page() {
return false;
}
Changelog
| Version | Description |
|---|---|
| 4.9 | Introduced. |