Tribe__Events__Aggregator__Settings::get_import_limit_count_default()

Returns the default value of the import count limit.


Return

(int)


Top ↑

Source

File: src/Tribe/Aggregator/Settings.php

	public function get_import_limit_count_default() {
		/**
		 * Filters the default value of the import count limit.
		 *
		 * @since 4.5.13
		 *
		 * @param int
		 */
		return apply_filters( 'tribe_aggregator_import_count_default', 200 );
	}

Top ↑

Changelog

Changelog
Version Description
4.5.13 Introduced.