' . __( 'Career Total', 'sportspress' ) . '' . '
' . '' . '' . ''; foreach( $labels as $key => $label ): if ( 'team' == $key ) continue; $output .= ''; endforeach; $output .= '' . '' . ''; $i = 0; foreach( $data as $season_id => $row ): $output .= ''; foreach( $labels as $key => $value ): if ( 'team' == $key ) continue; $output .= ''; endforeach; $output .= ''; $i++; endforeach; $output .= '' . '
' . $label . '
' . sp_array_value( $row, $key, '—' ) . '
' . '
'; ?>