- 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>
12 lines
750 B
PHTML
Executable File
12 lines
750 B
PHTML
Executable File
<div class="tve-select-item control-grid tve-checkbox-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">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>
|
|
</span>
|
|
<span class="label"><?php echo __( 'Selected', 'thrive-cb' ); ?></span>
|
|
</div>
|
|
</div>
|