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,18 @@
<div class="create-page-wrapper">
<p>
<?php echo __( 'Please keep in mind that activating the feature is not enough for the "Coming Soon" page to be visible. You will first have to set it up, using the field below.', 'thrive-dash' ); ?>
</p>
<div class="page-source-wrapper">
<button id="create-new-page" class="enable-state" data-enable="create">
<span class="tvd-icon-plus-circle enable-state" data-enable="create"></span>
<?php echo __( 'Create new page', 'thrive-dash' ); ?>
</button>
<div class="new-page-wrapper">
<input id="new-page-title" name="page-title" type="text" placeholder="Page title">
<div class="new-page-actions">
<button class="dismiss-new-page enable-state" data-enable="search"><?php echo __( 'Cancel', 'thrive-dash' ); ?></button>
<button class="add-new-page"><?php echo __( 'Add page', 'thrive-dash' ); ?></button>
</div>
</div>
</div>
</div>