null, ); $r = wp_parse_args( $args, $defaults ); $output = '
| ' . __( 'Pos', 'sportspress' ) . ' | '; foreach( $labels as $key => $label ): if ( ! is_array( $columns ) || $key == 'name' || in_array( $key, $columns ) ) $output .= '' . $label . ' | '; endforeach; $output .= '|
|---|---|---|
| ' . ( $i + 1 ) . ' | '; $name = sportspress_array_value( $row, 'name', sportspress_array_value( $row, 'name', ' ' ) ); $output .= '' . $name . ' | '; foreach( $labels as $key => $value ): if ( $key == 'name' ) continue; if ( ! is_array( $columns ) || in_array( $key, $columns ) ) $output .= '' . sportspress_array_value( $row, $key, '—' ) . ' | '; endforeach; $output .= '