Tribe__Utils__Callback::get_method()
Returns this callback method.
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 method.
Source
File: src/Tribe/Utils/Callback.php
public function get_method() {
return $this->method;
}
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |