Tribe__Events__Main::cleanupPostOrganizers( int $postId )

Clean up trashed organizers.


Parameters

$postId

(int) (Required)


Top ↑

Source

File: src/Tribe/Main.php

		public function cleanupPostOrganizers( $postId ) {
			$this->removeDeletedPostTypeAssociation( '_EventOrganizerID', $postId );
		}