'.esc_html__('This feature allows you to put your site into "maintenance mode" by locking down the front-end to all visitors except logged in users with super admin privileges.', 'all-in-one-wp-security-and-firewall').'

'; echo '

'.esc_html__('Locking your site down to general visitors can be useful if you are investigating some issues on your site or perhaps you might be doing some maintenance and wish to keep out all traffic for security reasons.', 'all-in-one-wp-security-and-firewall').'

'; ?>
:
configs->get_value('aiowps_site_lockout')); ?>
configs->get_value('aiowps_site_lockout_msg'); if (empty($aiowps_site_lockout_msg_raw)) { $aiowps_site_lockout_msg_raw = 'This site is currently not available. Please try again later.'; } $aiowps_site_lockout_msg = html_entity_decode($aiowps_site_lockout_msg_raw, ENT_COMPAT, "UTF-8"); $aiowps_site_lockout_msg_settings = array('textarea_name' => 'aiowps_site_lockout_msg'); wp_editor($aiowps_site_lockout_msg, "aiowps_site_lockout_msg_editor_content", $aiowps_site_lockout_msg_settings); ?>