Tribe__Promise::resolve()
An alias of the dispatch method to stick with the expected naming standard.
Return
(mixed) The dispatch operation return value.
Source
File: src/Tribe/Promise.php
public function resolve() {
return $this->dispatch();
}
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |