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.


Top ↑

Source

File: src/Tribe/Utils/Callback.php

	public function get_method() {

		return $this->method;
	}

Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.