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 @@
<?php
/**
* Created by PhpStorm.
* User: ovidiu
* Date: 1/12/2019
* Time: 5:29 PM
*/
?>
<div class="mt-6">
<span class="click open color-menu-item tcb-templates-toggle-control" data-dropdown-base-selector=".tcb-templates-toggle-" data-fn="toggleGradientDropdown">
<i></i> <?php echo __( 'Template Gradients', 'thrive-cb' ); ?>
</span>
</div>
<div class="tcb-templates-toggle-content">
<div id="templates-gradient-details"></div>
<div class="templates-gradients-container mt-5"></div>
</div>