Tribe__Admin__Help_Page::get_calendar_products()

Defines calendar products.


Return

(array) of products which are displayed on the calendar tab of the in-app help page.


Top ↑

Source

File: src/Tribe/Admin/Help_Page.php

	public function get_calendar_products() {
		$calendar_products = apply_filters( 'tec_help_calendar_products', [
			'events-calendar-pro',
			'tribe-filterbar',
			'event-aggregator',
			'events-virtual',
		] );

		return $calendar_products;
	}

Top ↑

Changelog

Changelog
Version Description
4.14.2 Introduced.