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.
'; } $maintenance_msg = html_entity_decode($aiowps_site_lockout_msg_raw, ENT_COMPAT, "UTF-8"); $maintenance_msg = apply_filters('the_content', $maintenance_msg); ?>