' . get_the_title( $current_team ) . ''; if ( $past_teams ): $teams = array(); foreach ( $past_teams as $team ): $teams[] = '' . get_the_title( $team ) . ''; endforeach; $data[ __( 'Past Teams', 'sportspress' ) ] = implode( ', ', $teams ); endif; $output = '
' . '' . ''; $i = 0; foreach( $data as $label => $value ): $output .= ''; $i++; endforeach; $output .= '' . '
' . $label . '' . $value . '
' . '
'; return apply_filters( 'sportspress_player_metrics', $output ); } }