Tribe__Events__Aggregator__Record__Activity::get_items()

Returns the raw items from the activity.


Return

(array)


Top ↑

Source

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

	public function get_items() {
		return $this->items;
	}

Top ↑

Changelog

Changelog
Version Description
4.6.15 Introduced.