Tribe__Utils__Callback::get_slug()
Returns this callback slug or class.
This only makes sense if this class is being used to wrap a Tribe callback couple (slug and method).
Return
(string|null) This Tribe callback wrapper slug or class.
Source
File: src/Tribe/Utils/Callback.php
public function get_slug() {
return $this->slug;
}
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |