Tribe__Promise::resolve()

An alias of the dispatch method to stick with the expected naming standard.


Return

(mixed) The dispatch operation return value.


Top ↑

Source

File: src/Tribe/Promise.php

	public function resolve() {
		return $this->dispatch();
	}

Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.