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,25 @@
<#if(!this.selection||!this.selection.title){#>
<a class="image-picker control-grid pb-0 click" data-fn="open_media">
<div class="fixed-65 mr-5 preview">
<?php tcb_icon( 'bk-img' ) ?>
</div>
<span class="fill">
<#=this.labels.choose#>
</span>
<span href="javascript:void(0)" class="image-edit mr-5" data-tooltip="<?php echo __( 'Choose image', 'thrive-cb' ) ?>">
<?php tcb_icon( 'exchange-regular' ) ?>
</span>
</a>
<#}#>
<#if(this.selection&&this.selection.title){#>
<a class="control-grid pb-0 mb-10 image-picker click" data-fn="open_media">
<#=this.preview_icon()#>&nbsp;
<div class="tcb-truncate fill ml-5">
<#=this.selection.title#>
</div>
<span href="javascript:void(0)" class="image-edit mr-5" data-tooltip="<?php echo __( 'Replace Image', 'thrive-cb' ) ?>">
<?php tcb_icon( 'exchange-regular' ) ?>
</span>
</a>
<hr>
<#}#>