- 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>
10 lines
386 B
PHTML
Executable File
10 lines
386 B
PHTML
Executable File
<div class="tve-select-item control-grid tve-radio-picker click" data-value="<#=key #>" data-fn="select">
|
|
<div class="tve-state-default">
|
|
<span class="tve-checkmark"></span>
|
|
<span class="label"><#=label #></span>
|
|
</div>
|
|
<div class="tve-state-selected">
|
|
<span class="tve-checkmark"></span>
|
|
<span class="label"><?php echo __( 'Selected', 'thrive-cb' ); ?></span>
|
|
</div>
|
|
</div>
|