Files
homeproz/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/firewall-installed-notice.php
T

9 lines
481 B
PHP
Executable File

<div id="aios-firewall-installed-notice" class='notice notice-success is-dismissible'>
<p><strong><?php esc_html_e('All-In-One Security', 'all-in-one-wp-security-and-firewall'); ?></strong></p>
<p>
<?php
echo esc_html__('Your firewall has been installed with the highest level of protection.', 'all-in-one-wp-security-and-firewall').' '.
esc_html__('You may have to wait 5 minutes for the changes to take effect.', 'all-in-one-wp-security-and-firewall');
?>
</p>
</div>