' . esc_html__('You can exclude file types from the scan which would not normally pose any security threat if they were changed.', 'all-in-one-wp-security-and-firewall') . ' ' . esc_html__('These can include things such as image files.', 'all-in-one-wp-security-and-firewall') . '';
/* translators: 1. JPG, 2. PNG, 3. BMP. */
echo '
' . sprintf(esc_html__('Example: If you want the scanner to ignore files of type %1$s, %2$s, and %3$s, then you would enter the following:', 'all-in-one-wp-security-and-firewall'), 'jpg', 'png', 'bmp'). '
';
echo '
' . 'jpg' . '
';
echo '
' . 'png' . '
';
echo '
' . 'bmp' . '
';
?>