Files
dostavka_vodi/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/firewall-installed-notice.php
User A0264400 a766acdc90 first commit
2026-04-01 23:20:16 +03:00

9 lines
481 B
PHP

<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>