Tribe__Tickets__Attendee_Registration__Main::get_url()
Gets the URL for the attendee registration page
Return
(string)
Source
File: src/Tribe/Attendee_Registration/Main.php
public function get_url() {
$slug = $this->get_slug();
return home_url( "/{$slug}/" );
}
Changelog
| Version | Description |
|---|---|
| 4.9 | Introduced. |