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,13 @@
<div class="thrv_wrapper thrv_toggle_shortcode" data-hover-color="#1abc9c" data-text-hover-color="#fff">
<div class="tve_faq">
<div class="tve_faqI">
<div class="tve_faqB">
<svg class="tve_toggle" id="tcb-icon-caret-right-solid" viewBox="0 0 192 512" width="100%" height="100%">
<path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path>
</svg>
<h4 class="tve_editable"><?php echo esc_html__( 'Content Toggle Headline', 'thrive-cb' ); ?></h4>
</div>
<div class="tve_faqC" style="display: none;"></div>
</div>
</div>
</div>