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,10 @@
<h2 class="tcb-modal-title"><?php echo esc_html__( 'Content Templates', 'thrive-cb' ); ?></h2>
<div class="mt-20">
<?php echo esc_html__( 'You have no content templates saved at the moment. Create a new content template in order to use this option.', 'thrive-cb' ) ?>
<br><br>
<a href="https://thrivethemes.com/tkb_item/how-to-use-the-content-template-element/" target="_blank"><?php echo esc_html__( 'Click here to found out more about saving and loading templates', 'thrive-cb' ) ?></a>
</div>
<div class="tcb-modal-footer pt-40">
<button type="button" class="tcb-modal-save tcb-right tve-button medium green"><?php echo esc_html__( 'Done', 'thrive-cb' ) ?></button>
</div>