Files
homeproz/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/cookie-based-brute-force-prevention-disabled.php
T

9 lines
632 B
PHP
Executable File

<?php if (!defined('AIO_WP_SECURITY_PATH')) die('No direct access allowed'); ?>
<div class="error">
<h3><?php echo esc_html__('Cookie based brute force login prevention currently disabled', 'all-in-one-wp-security-and-firewall');?></h3>
<p>
<?php /* translators %s: wp-config.php path */ ?>
<?php echo sprintf(esc_html__('Cookie based brute force login prevention is currently disabled via the AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION constant (which is most likely to be defined in your %s)', 'all-in-one-wp-security-and-firewall'), esc_html(AIOWPSecurity_Utility_File::get_home_path()) . 'wp-config.php'); ?>
</p>
</div>