null, 'orderby' => 'number', 'order' => 'ASC', ); $r = wp_parse_args( $args, $defaults ); $output = '
| # | '; else: $output .= '' . __( 'Rank', 'sportspress' ) . ' | '; endif; foreach( $labels as $key => $label ): if ( ! is_array( $statistics ) || $key == 'name' || in_array( $key, $statistics ) ) $output .= ''. $label . ' | '; endforeach; $output .= '|
|---|---|---|---|
| ' . ( $i + 1 ) . ' | '; else: $number = get_post_meta( $player_id, 'sp_number', true ); $output .= '' . ( $number ? $number : ' ' ) . ' | '; endif; // Name as link $permalink = get_post_permalink( $player_id ); $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( $statistics ) || in_array( $key, $statistics ) ) $output .= '' . sportspress_array_value( $row, $key, '—' ) . ' | '; endforeach; $output .= '