Add link to the player
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user