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,25 @@
<?php
/**
* Thrive Themes - https://thrivethemes.com
*
* @package thrive-visual-editor
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Silence is golden
}
?>
<div class="tcb-modal-tabs flex-center space-between">
<span class="tcb-modal-title"><?php echo esc_html__( 'Choose', 'thrive-cb' ); ?> <span class="element-name"></span></span>
<span data-fn="clearCache" class="tcb-refresh mr-30 click flex-center">
<span class="mr-10"><?php tcb_icon( 'sync-regular' ); ?></span>
<span><?php echo esc_html__( 'Refresh from cloud', 'thrive-cb' ); ?></span>
</span>
</div>
<div class="tve-templates-wrapper ml-50">
<div id="cloud-templates" class="content-templates tve-templates-container pb-10"></div>
</div>
<div class="tcb-modal-footer flex space-between" style="position: fixed;">
<button type="button" class="tcb-left tve-button medium gray tcb-modal-cancel"><?php echo esc_html__( 'Cancel', 'thrive-cb' ); ?></button>
<button type="button" class="tcb-right tve-button medium green tcb-modal-save"><?php echo esc_html__( 'Choose Divider', 'thrive-cb' ); ?></button>
</div>