Files
roi-theme/wp-content/plugins/wp-database-tools/admin/partials/components/modal/wp-database-tools-component-warning.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

7 lines
334 B
PHP
Executable File

<div class="bg-light-red px-10 py-10 br-5 font-bold">
<div class="d-flex-start ">
<img class="mr-5" width="15px" src='<?php echo WPDBT_ADMIN_URL; ?>img/warning.svg'>
<p class="m-0"><?php echo __( "This operation is irreversible! Don't forget to make a backup of your database first!", $this->plugin_name ); ?></p>
</div>
</div>