' . __('The All-In-One Security blacklist feature gives you the option of banning certain host IP addresses or ranges and also user agents.', 'all-in-one-wp-security-and-firewall').'
' . __('This feature will deny total site access for users which have IP addresses or user agents matching those which you have configured in the settings below.', 'all-in-one-wp-security-and-firewall').'
' . __('Black-listed visitors will be blocked as soon as WordPress loads, preventing them from gaining any further access.', 'all-in-one-wp-security-and-firewall').'

'; ?>
' . htmlspecialchars(__('All-In-One Security Premium', 'all-in-one-wp-security-and-firewall')) . ''; $info_msg = sprintf(__('You may also be interested in %s.', 'all-in-one-wp-security-and-firewall'), $premium_plugin_link); $info_msg2 = sprintf(__('This plugin adds a number of extra features including %s and %s.', 'all-in-one-wp-security-and-firewall'), '' . __('smart 404 blocking', 'all-in-one-wp-security-and-firewall') . '', '' . __('country IP blocking', 'all-in-one-wp-security-and-firewall') . ''); echo '

' . $info_msg . '
' . $info_msg2 . '

'; ?>

output_feature_details_badge("blacklist-manager-ip-user-agent-blacklisting"); ?>

' . __('please read the following message', 'all-in-one-wp-security-and-firewall') . ''; echo __('This feature can lock you out of admin if it doesn\'t work correctly on your site.', 'all-in-one-wp-security-and-firewall'). ' ' . sprintf(__('You %s before activating this feature.', 'all-in-one-wp-security-and-firewall'), $read_link); ?>

:

include_template('info/ip-address-ip-range-info.php');?>

+
' . __('The user agent string will be checked in a case-insensitive manner.', 'all-in-one-wp-security-and-firewall') . '

'; echo '

' . __('Each user agent string must be on a new line.', 'all-in-one-wp-security-and-firewall') . '

'; echo '

' . __('Example 1 - A single user agent string to block:', 'all-in-one-wp-security-and-firewall') . '

'; echo '

SquigglebotBot

'; echo '

' . __('Example 2 - A list of more than 1 user agent strings to block', 'all-in-one-wp-security-and-firewall') . '

'; echo '

baiduspider
SquigglebotBot
SurveyBot
VoidEYE
webcrawl.net
YottaShopping_Bot

'; ?>
include_template('wp-admin/firewall/partials/allowlist.php', false, compact('allowlist'));