Tribe__Events__Main::getPostTypes()
Get the post types that are associated with TEC.
Return
(array) The post types associated with this plugin
Source
File: src/Tribe/Main.php
public static function getPostTypes() {
return apply_filters( 'tribe_events_post_types', Tribe__Main::get_post_types() );
}