Tribe__Events__iCal::set_feed_default_export_count( int $count )
Sets the number of events that should be exported when generating the iCal feed.
Topics
Parameters #
- $count
-
(int) (Required)
Source #
File: src/Tribe/iCal.php
public function set_feed_default_export_count( $count ) { $this->feed_default_export_count = $count; }