Tribe__Events__Community__Main::listCallback( string $page = 1 )

Display event listings.


Parameters

$page

(string) (Optional)

Default value: 1


Top ↑

Return

(void)


Top ↑

Source

File: src/Tribe/Main.php

		public static function listCallback( $page = 1 ) {

			$tce = self::instance();

			$tce->isMyEvents = true;
			add_filter( 'edit_post_link', array( $tce, 'removeEditPostLink' ) );
			$tce->removeFilters();
			echo $tce->doMyEvents( $page );
		}

Top ↑

Changelog

Changelog
Version Description
1.0 Introduced.