diff --git a/templates/player-performance-table.php b/templates/player-performance-table.php deleted file mode 100644 index df33a3cf..00000000 --- a/templates/player-performance-table.php +++ /dev/null @@ -1,60 +0,0 @@ -term_id ); - -// The first row should be column labels -$labels = $data[0]; - -// Remove the first row to leave us with the actual data -unset( $data[0] ); - -// Skip if there are no rows in the table -if ( empty( $data ) ) - return false; - -$output = '
| ' . $label . ' | '; -endforeach; - -$output .= '
|---|
| ' . sp_array_value( $row, $key, '—' ) . ' | '; - endforeach; - - $output .= '