appointments(); // Return if no officials are in event if ( empty( $data ) ) return; // The first row should be column labels $labels = $data[0]; unset( $data[0] ); $scrollable = get_option( 'sportspress_enable_scrollable_tables', 'yes' ) == 'yes' ? true : false; $link_officials = get_option( 'sportspress_link_officials', 'no' ) == 'yes' ? true : false; ?>
| ' . implode( ' ', $appointed_officials ) . ' | ';
}
?>