' . esc_html__('Normally if you wanted to login to WordPress you would type your site\'s home URL followed by wp-login.php.', 'all-in-one-wp-security-and-firewall') . '
' . '' . esc_html__('This feature allows you to change the login URL by setting your own slug and renaming the last portion of the login URL which contains the wp-login.php to any string that you like.', 'all-in-one-wp-security-and-firewall') . '
' . '' . esc_html__('By doing this, malicious bots and hackers will not be able to access your login page because they will not know the correct login page URL.', 'all-in-one-wp-security-and-firewall') . '
'; if (!is_multisite() || 1 == get_current_blog_id()) { $cookie_based_feature_url = '' . esc_html__('Cookie based brute force prevention', 'all-in-one-wp-security-and-firewall').''; $white_list_feature_url = '' . esc_html__('Login page white list', 'all-in-one-wp-security-and-firewall').''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- URLs escaped above. echo '' . esc_html__('You may also be interested in the following alternative brute force prevention features:', 'all-in-one-wp-security-and-firewall') . '
' . $cookie_based_feature_url . '
' . $white_list_feature_url . '
'; } ?>