Commit inicial - WordPress Análisis de Precios Unitarios

- 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>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<div class="control-grid full-width pb-0">
<span>
<?php echo esc_html__( 'Add an option per line', 'thrive-cb' ); ?>
</span>
<br>
<span>
<?php echo esc_html__( 'You can optionally add a "value" along with your labels by separating them with a comma:', 'thrive-cb' ); ?>
</span>
<br>
<span><?php echo esc_html__( 'Australian Dollar,AUD', 'thrive-cb' ); ?></span>
<span><?php echo esc_html__( 'United States Dollar,USD', 'thrive-cb' ); ?></span>
<span><?php echo esc_html__( 'Philippines Pesos,PHP', 'thrive-cb' ); ?></span>
<span><?php echo esc_html__( 'Malaysian Ringit,MYR', 'thrive-cb' ); ?></span>
<br>
<a href="https://thrivethemes.com/tkb_item/using-the-manage-multiple-options-section-when-customizing-the-dropdown-custom-field/" target="_blank">
<?php echo __( 'Learn more here', 'thrive-cb' ) ?>
</a>
</div>