' . __('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
';
?>