data( $league->term_id ); if ( sizeof( $data ) <= 1 ) continue; // The first row should be column labels $labels = $data[0]; // Remove the first row to leave us with the actual data unset( $data[0] ); $output .= '
| ' . $label . ' | '; endforeach; $output .= '
|---|
| ' . sp_array_value( $row, $key, '—' ) . ' | '; endforeach; $output .= '