Tribe__Tickets__Attendee_Registration__Main::get_url()

Gets the URL for the attendee registration page


Return

(string)


Top ↑

Source

File: src/Tribe/Attendee_Registration/Main.php

	public function get_url() {
		$slug = $this->get_slug();

		return home_url( "/{$slug}/" );
	}

Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.