Tribe__Tickets__REST__V1__Main::get_reference_url()
Returns the URL where the API users will find the API documentation.
Return
(string)
Source
File: src/Tribe/REST/V1/Main.php
public function get_reference_url() {
return esc_url( 'https://theeventscalendar.com/' );
}
Changelog
| Version | Description |
|---|---|
| 4.7.5 | Introduced. |