Tribe__Events__Main::cleanupPostOrganizers( int $postId )
Clean up trashed organizers.
Contents
Parameters
- $postId
-
(int) (Required)
Source
File: src/Tribe/Main.php
public function cleanupPostOrganizers( $postId ) {
$this->removeDeletedPostTypeAssociation( '_EventOrganizerID', $postId );
}