Files
roi-theme/wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/coming-soon/views/search.php
root a22573bf0b 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>
2025-11-03 21:04:30 -06:00

19 lines
698 B
PHP
Executable File

<div class="search-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">
<div class="page-source-search-wrapper">
<select class="page-source-select">
<option></option>
</select>
</div>
<div class="create-new-page-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>
</div>
</div>