Tribe__Events__iCal::get_feed_default_export_count()

Gets the number of events that should be exported when generating the iCal feed.

Contents


Return

(int)


Top ↑

Source

File: src/Tribe/iCal.php

	public function get_feed_default_export_count() {
		return $this->feed_default_export_count;
	}