- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
481 B
PHTML
Executable File
14 lines
481 B
PHTML
Executable File
<div id="aff_modal" class="tvd-modal">
|
|
|
|
<div class="tvd-col tvd-m3 tvd-input-field">
|
|
<input placeholder="Affiliate ID" type="text" id="affiliate-id" value="">
|
|
<span id="aff-invalid">Invalid affiliate ID</span>
|
|
</div>
|
|
|
|
<p>Please make sure that you add a valid ID number</p>
|
|
|
|
<div class="">
|
|
<a class='tvd-modal-close'>Cancel</a>
|
|
<a class='tvd-waves-effect tvd-waves-light tvd-btn-small tvd-right tvd-btn-green tvd-save-aff-id'>Save</a>
|
|
</div>
|
|
</div> |