- 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>
7 lines
334 B
PHP
Executable File
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>
|