'off', 'uc_http_mode' => '503', 'uc_theme' => 'theme-1', 'uc_timer_switch' => 'on', 'uc_timer_action' => 'no-action', 'uc_timer' => $default_time, 'uc_subscribe_form' => 'off', 'uc_whitelisted_roles' => 'true', 'uc_headline' => __('Something is happening. Check in later!','onecom-uc'), 'uc_description' => '', 'uc_seo_title' => '', 'uc_primary_color' => '', 'uc_page_bg_color' => '', 'uc_seo_description' => '', 'uc_footer_scripts' => '', 'uc_page_bg_image' => ONECOM_UC_DIR_URL . 'assets/images/design-1-bg.jpeg', /* 'uc_page_bg_color' => '#e5e5e5', */ 'uc_copyright' => __('Copyright © {year}. All rights reserved','onecom-uc'), ); update_option( 'onecom_under_construction_info', $uc_data, 'no' ); } // Clear cache upon plugin activation $uc_cache_obj = new OCUC_Cache_Purge(); $uc_cache_obj->uc_purge_cache(); } }