Files

7 lines
399 B
Twig
Raw Permalink Normal View History

2026-01-29 19:10:03 +01:00
<label for="gameTitle">{{ __( "Game Name:", 'romhackplaza' ) }}</label>
<span class="field-helper">{{ __( "Search your game (give it a second).", 'romhackplaza' ) }}</span>
<select id="gameTitle" name="gameTitle" data-term-id="{{ value_game_id|esc_attr }}" data-term-name="{{ value_game_name|esc_attr }}">
{% if value_game_id == "" %}
<option value=""></option>
{% endif %}
</select>