Module::get_checkout_url()

Maps to the Checkout Class method to get the checkout.


Return

(string)


Top ↑

Source

File: src/Tickets/Commerce/Module.php

	public function get_checkout_url() {
		return tribe( Checkout::class )->get_url();
	}

Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.