Add link to the player

This commit is contained in:
2026-05-13 10:58:56 +02:00
parent 9ef421eeb5
commit 13a4ee0ae7

View File

@@ -34,7 +34,7 @@
<td> <?= esc_html($e->country) ?> </td> <td> <?= esc_html($e->country) ?> </td>
<td> <?= esc_html($e->club) ?> </td> <td> <?= esc_html($e->club) ?> </td>
<td> <?= esc_html($ranks[$e->rank]) ?> </td> <td> <?= esc_html($ranks[$e->rank]) ?> </td>
<td> <?= esc_html($e->egd_number) ?> </td> <td><a href="https://europeangodatabase.eu/EGD/Player_Card.php?&key=<?= esc_html($e->egd_number) ?>"><?= esc_html($e->egd_number) ?> </a> </td>
<td> <?= esc_html($e->created_at) ?> </td> <td> <?= esc_html($e->created_at) ?> </td>
<?php <?php
// Display custom field values // Display custom field values