Tribe__Tickets__Main::inject_post_types( $post_types )

Injects post types into the tribe-common post_types array


Source

File: src/Tribe/Main.php

	public function inject_post_types( $post_types ) {
		$post_types = array_merge( $post_types, $this->post_types() );
		return $post_types;
	}