Tribe__Admin__Help_Page::get_community_products()

Defines community products.


Return

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


Top ↑

Source

File: src/Tribe/Admin/Help_Page.php

	public function get_community_products() {
		$community_products = apply_filters( 'tec_help_ticketing_products', [
			'events-community',
			'events-community-tickets',
		] );

		return $community_products;
	}

Top ↑

Changelog

Changelog
Version Description
4.14.2 Introduced.