Tribe__Post_Transient::instance()

Get (and instantiate, if necessary) the instance of the class


Return

(self)


Top ↑

Source

File: src/Tribe/Post_Transient.php

	public static function instance() {
		return tribe( 'post-transient' );
	}

Top ↑

Changelog

Changelog
Version Description
4.1 Introduced.