Tribe__Events__Aggregator__Record__Activity::get_last_status()

Gets the last status on the activity object.

Ideally set to one of the STATUS_ constants defined by the class but allowing arbitrary stati by design. It’s up to the client to set and consume this information.


Return

(string)


Top ↑

Source

File: src/Tribe/Aggregator/Record/Activity.php

	public function get_last_status() {
		return $this->last_status;
	}

Top ↑

Changelog

Changelog
Version Description
4.6.15 Introduced.