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,26 @@
<?php
/**
* Created by PhpStorm.
* User: Ovidiu
* Date: 4/20/2017
* Time: 4:00 PM
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Silence is golden!
}
?>
<div class="thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element">
<div class="tve_fill_counter_n" style="stroke-dasharray: 476.25;" data-fill="75">
<svg viewBox="0 0 202 202" class="tve_fill_counter_circle" shape-rendering="optimizeSpeed">
<circle class="tve_fill_counter_circle_inner" r="101" cx="101" cy="101"></circle>
</svg>
<div class="tve_fill_text_in">
<div class="tve_fill_text_value">
<div class="thrv-inline-text tve_fill_text tve_editable"><div class="tve-fill-text-dynamic" contenteditable="false">75%</div></div>
</div>
<div class="thrv-inline-text tve_editable tve_data_element_label">Fill Counter</div>
</div>
</div>
</div>