diff --git a/includes/class-sp-event.php b/includes/class-sp-event.php index 4f6bf9e5..af9a6bda 100644 --- a/includes/class-sp-event.php +++ b/includes/class-sp-event.php @@ -89,10 +89,6 @@ class SP_Event extends SP_Custom_Post{ public function performance( $admin = false ) { $teams = get_post_meta( $this->ID, 'sp_team', false ); - if ( 'yes' === get_option( 'sportspress_event_reverse_teams', 'no' ) ) { - $teams = array_reverse( $teams, true ); - } - $performance = (array)get_post_meta( $this->ID, 'sp_players', true ); $args = array(