|
Server IP : 10.131.40.8 / Your IP : 216.73.216.37 Web Server : Apache System : Linux webd008.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : ludmqhh ( 137773) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/ludmqhh/www/hotel-forum/wp-content/_plugins/wps-cleaner/blocks/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
// don't load directly
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
$wps_cleaner_alert = get_option( 'wps_cleaner_alert' );
if ( $wps_cleaner_alert ) : ?>
<div class="wps_cleaner_alert_bg">
<div class="wps_cleaner_alert">
<div class="wps_cleaner_alert_header">
<h3><i class="fal fa-exclamation-triangle"></i> <?php _e( 'To read imperatively', 'wps-cleaner' ); ?> <i
class="fal fa-exclamation-triangle"></i></h3>
</div>
<div class="wps_cleaner_alert_content">
<p><?php _e( 'This tool offers many cleaning options for your WordPress site, it is safe, however you must be aware that any cleaning operation is <strong>definitive</strong>!', 'wps-cleaner' ); ?></p>
<p><?php _e( 'So, to avoid any worries, check that you have a backup of your site before using this tool.', 'wps-cleaner' ); ?>
<?php if ( \WPS\WPS_Cleaner\Plugin::wps_ip_check_return_pf() ) : ?>
<br/><?php _e( 'If you are hosted at WPServeur your site is backed up daily.', 'wps-cleaner' ); ?>
<?php endif; ?>
</p>
</div>
<div class="wps_cleaner_alert_footer">
<a href="#" id="wps_cleaner_alert_footer_button" data-nonce="<?php echo wp_create_nonce( 'delete-alert' ); ?>"><?php _e( 'OK it\'s noted !', 'wps-cleaner' ); ?></a>
</div>
</div>
</div>
<?php
endif;