Small fixes

This commit is contained in:
2026-05-06 15:04:53 +02:00
parent 82ac843c03
commit 25deca4779
3 changed files with 9 additions and 9 deletions

View File

@@ -119,8 +119,12 @@
<div id="egd-results-content"></div>
</div>
</div>
<h2>Players</h2>
<?php go_form_render_entries_table(go_form_get_entries($form_id)); ?>
<?php
$entries = go_form_get_entries($form_id);
$entries_count = count($entries);
?>
<h2>Sign-up players: <?= esc_html($entries_count); ?></h2>
<?php go_form_render_entries_table($entries); ?>
</div>
<script>

View File

@@ -1,4 +1,4 @@
<table class="wp-list-table widefat fixed striped">
<table class="wp-list-table widefat striped">
<thead>
<tr>
<th>First Name</th>