Module::get_checkout_url()
Maps to the Checkout Class method to get the checkout.
Return
(string)
Source
File: src/Tickets/Commerce/Module.php
public function get_checkout_url() {
return tribe( Checkout::class )->get_url();
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |