Tribe__Events__Main::getPostTypes()

Get the post types that are associated with TEC.

Contents


Return

(array) The post types associated with this plugin


Top ↑

Source

File: src/Tribe/Main.php

		public static function getPostTypes() {
			return apply_filters( 'tribe_events_post_types', Tribe__Main::get_post_types() );
		}