) that contains 2 cells (render(); ?>

s) * * @param int $event->ID the event currently being edited, will be 0 if creating a new event */ if ( Tribe__Events__Organizer::POSTTYPE === $linked_post_type ) { do_action( 'tribe_organizer_table_top', $event->ID ); } elseif ( Tribe__Events__Venue::POSTTYPE === $linked_post_type ) { do_action( 'tribe_location_table_top', $event->ID ); } do_action( 'tribe_linked_post_table_top', $event->ID, $linked_post_type ); ?>
) that contains 2 cells (s) * * @param int $event->ID the event currently being edited, will be 0 if creating a new event */ if ( Tribe__Events__Organizer::POSTTYPE === $linked_post_type ) { do_action( 'tribe_after_organizer_details', $event->ID ); } elseif ( Tribe__Events__Venue::POSTTYPE === $linked_post_type ) { do_action( 'tribe_after_location_details', $event->ID ); } do_action( 'tribe_after_linked_post_details', $event->ID, $linked_post_type );