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,45 @@
<?php
/**
* Thrive Themes - https://thrivethemes.com
*
* @package thrive-theme
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Silence is golden!
} ?>
<div id="tve-post_date-component" class="tve-component" data-view="PostDate">
<div class="dropdown-header" data-prop="docked">
<?php echo esc_html__( 'Post Date Options', 'thrive-cb' ); ?>
<i></i>
</div>
<div class="dropdown-content">
<div class="tve-control" data-view="Type"></div>
<div class="tve-control" data-view="DateFormatSelect"></div>
<div class="control-grid tcb-date-format-input">
<div class="tcb-label">
<?php echo esc_html__( 'Format String', 'thrive-cb' ); ?>
<span class="click tcb-post-date-tooltip-icon" data-fn="openTooltip">
<?php tcb_icon( 'info-circle-solid' ); ?>
</span>
</div>
<div class="tve-control" data-view="DateFormatInput"></div>
</div>
<div class="tve-control" data-view="ShowTimeFormat"></div>
<div class="tve-control" data-view="TimeFormatSelect"></div>
<div class="control-grid tcb-time-format-input">
<div class="tcb-label">
<?php echo esc_html__( 'Format String', 'thrive-cb' ); ?>
<span class="click tcb-post-date-tooltip-icon" data-fn="openTooltip">
<?php tcb_icon( 'info-circle-solid' ); ?>
</span>
</div>
<div class="tve-control" data-view="TimeFormatInput"></div>
</div>
</div>
</div>