Tribe__Tickets__Tickets::__toString()
Return the string representation of this provider class as the class name for backwards compatibility.
Return
(string) The class name.
Source
File: src/Tribe/Tickets.php
public function __toString() {
return $this->class_name;
}
Changelog
| Version | Description |
|---|---|
| 4.12.3 | Introduced. |