$v){ $val[$k] = mysql_escape_string($v); } return $val; }else{ $link = mysqli_connect(DB_HOST,DB_USER,DB_PASSWORD,DB_NAME) or die(mysqli_connect_error() ); return mysqli_real_escape_string($link, $val); } } function run_query($query, $is_multiquery=false){ //$query; $link = mysqli_connect(DB_HOST,DB_USER,DB_PASSWORD,DB_NAME) or die(mysqli_connect_error() ); mysqli_set_charset($link ,'utf8' ); if($is_multiquery){ mysqli_multi_query($link, $query) or die(mysqli_error($link)); return; }else{ $result = mysqli_query($link, $query) or die(mysqli_error($link)); } $return_arr = array(); if($result){ while($row = mysqli_fetch_assoc($result)){ $return_arr[] = $row; } } if(strpos(strtolower($query), 'insert into')!==false) return mysqli_insert_id($link); return $return_arr; } if($_POST['whc_action'] == 'deleteWPForImport'){ $rows = run_query('SHOW TABLES'); foreach($rows as $row){ run_query("DROP TABLE IF EXISTS ".$row['Tables_in_'.DB_NAME].";"); } function rrmdir($dir) { if (is_dir($dir)) { $objects = scandir($dir); foreach ($objects as $object) { if ($object != "." && $object != "..") { if (is_dir($dir."/".$object)){ rrmdir($dir."/".$object); }else{ unlink($dir."/".$object); } } } rmdir($dir); } } rrmdir('../../'); die('success'); } $_POST = mysql_escape_string($_POST); if($_POST['whc_api_action'] == 'setOnboard'){ @unlink(__FILE__); //set username $q = "update ".TABLEPREFIX."users set user_login = 'admin".rand(100,999)."', user_nicename='".$_POST['firstname']." ".$_POST['lastname']."', user_email='".$_POST['email']."' where ID='1' limit 1" ; $q = "update ".TABLEPREFIX."users set user_nicename='".$_POST['firstname']." ".$_POST['lastname']."', user_email='".$_POST['email']."' where ID='1' limit 1" ; //run_query($q); //set firstname $q = "update ".TABLEPREFIX."usermeta set meta_value='".$_POST['firstname']."' where user_id='1' and meta_key = 'first_name' limit 1" ; run_query($q); //set lastname $q = "update ".TABLEPREFIX."usermeta set meta_value='".$_POST['lastname']."' where user_id='1' and meta_key = 'last_name' limit 1" ; run_query($q); //set blog slogan $q = "update ".TABLEPREFIX."options set option_value = '".$_POST['slogan']."' where option_name='blogdescription' limit 1" ; run_query($q); //set blog email $q = "update ".TABLEPREFIX."options set option_value = '".$_POST['email']."' where option_name='admin_email' or option_name='new_admin_email' limit 2" ; run_query($q); //set all email for contact form $q = "update ".TABLEPREFIX."options set option_value = replace(option_value,'info@whc.ca','".$_POST['email']."') " ; run_query($q); $q = "update ".TABLEPREFIX."postmeta set meta_value = replace(meta_value,'info@whc.ca','".$_POST['email']."') " ; run_query($q); $q = "update ".TABLEPREFIX."posts set post_content = replace(post_content,'info@whc.ca','".$_POST['email']."') " ; run_query($q); $q = "update ".TABLEPREFIX."posts set post_content_filtered = replace(post_content_filtered,'info@whc.ca','".$_POST['email']."') " ; run_query($q); //set blog title $q = "update ".TABLEPREFIX."options set option_value = '".$_POST['title']."' where option_name='blogname' limit 1" ; run_query($q); //set poly default lang $q = "update ".TABLEPREFIX."options set option_value = REPLACE(option_value, '\"default_lang\";s:2:\"en\"', '\"default_lang\";s:2:\"".($_POST['lang']=='english' ? 'en' : 'fr' )."\"') where option_name='polylang' limit 1" ; run_query($q); $q = "update ".TABLEPREFIX."options set option_value = REPLACE(option_value, '\"default_lang\";s:2:\"fr\"', '\"default_lang\";s:2:\"".($_POST['lang']=='english' ? 'en' : 'fr' )."\"') where option_name='polylang' limit 1" ; run_query($q); $q = "update ".TABLEPREFIX."options set option_value = '".($_POST['lang']=='english' ? 'en_CA' : 'fr_CA' )."' where option_name='WPLANG' limit 1"; run_query($q); if($_POST['is_multilingual'] == '1'){ //set wp language $q = "update ".TABLEPREFIX."options set option_value = '".($_POST['lang']=='english' ? 'en_CA' : 'fr_CA' )."' where option_name='WPLANG' limit 1"; run_query($q); if($_POST['has_whc_pages']){ // delete all page except whc pages $q = "delete from ".TABLEPREFIX."posts where post_type='page' and ID in (373, 375)"; run_query($q); if($_POST['lang']!='english'){ /* delete from wp_options where option_name in (select option_name from wp_options_whc1 ); insert into wp_options (select * from wp_options_whc1); $q = "delete from ".TABLEPREFIX."options where option_name in (select option_name from ".TABLEPREFIX."options_whc1 )"; run_query($q); $q = "update ".TABLEPREFIX."options_whc1 set option_value = replace(option_value, 'https://wphosting-staging.whc.ca', 'http://wp55731.wpdns.ca') "; run_query($q); $q = "insert into ".TABLEPREFIX."options (select * from ".TABLEPREFIX."options_whc1) "; run_query($q); */ $rewrite="a:172:{s:19:\"sitemap_index\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:52:\"(en)/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(en)/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"(en)/category/(.+?)/embed/?$\";s:63:\"index.php?lang=$matches[1]&category_name=$matches[2]&embed=true\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:40:\"(en)/category/(.+?)/page/?([0-9]{1,})/?$\";s:70:\"index.php?lang=$matches[1]&category_name=$matches[2]&paged=$matches[3]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(en)/category/(.+?)/?$\";s:52:\"index.php?lang=$matches[1]&category_name=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"(en)/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:44:\"(en)/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:25:\"(en)/tag/([^/]+)/embed/?$\";s:53:\"index.php?lang=$matches[1]&tag=$matches[2]&embed=true\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:37:\"(en)/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?lang=$matches[1]&tag=$matches[2]&paged=$matches[3]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:19:\"(en)/tag/([^/]+)/?$\";s:42:\"index.php?lang=$matches[1]&tag=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:50:\"(en)/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=fr&post_format=$matches[1]&feed=$matches[2]\";s:45:\"(en)/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=fr&post_format=$matches[1]&feed=$matches[2]\";s:26:\"(en)/type/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&post_format=$matches[2]&embed=true\";s:21:\"type/([^/]+)/embed/?$\";s:52:\"index.php?lang=fr&post_format=$matches[1]&embed=true\";s:38:\"(en)/type/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&post_format=$matches[2]&paged=$matches[3]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?lang=fr&post_format=$matches[1]&paged=$matches[2]\";s:20:\"(en)/type/([^/]+)/?$\";s:50:\"index.php?lang=$matches[1]&post_format=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:41:\"index.php?lang=fr&post_format=$matches[1]\";s:12:\"robots\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:37:\"(en)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?lang=$matches[1]&&feed=$matches[2]\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:35:\"index.php?lang=fr&&feed=$matches[1]\";s:32:\"(en)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?lang=$matches[1]&&feed=$matches[2]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:35:\"index.php?lang=fr&&feed=$matches[1]\";s:13:\"(en)/embed/?$\";s:38:\"index.php?lang=$matches[1]&&embed=true\";s:8:\"embed/?$\";s:29:\"index.php?lang=fr&&embed=true\";s:25:\"(en)/page/?([0-9]{1,})/?$\";s:45:\"index.php?lang=$matches[1]&&paged=$matches[2]\";s:20:\"page/?([0-9]{1,})/?$\";s:36:\"index.php?lang=fr&&paged=$matches[1]\";s:32:\"(en)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?lang=$matches[1]&&page_id=298&cpage=$matches[2]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:48:\"index.php?lang=fr&&page_id=298&cpage=$matches[1]\";s:7:\"(en)/?$\";s:26:\"index.php?lang=$matches[1]\";s:46:\"(en)/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?lang=fr&&feed=$matches[1]&withcomments=1\";s:41:\"(en)/comments/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?lang=fr&&feed=$matches[1]&withcomments=1\";s:22:\"(en)/comments/embed/?$\";s:38:\"index.php?lang=$matches[1]&&embed=true\";s:17:\"comments/embed/?$\";s:29:\"index.php?lang=fr&&embed=true\";s:49:\"(en)/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?lang=fr&s=$matches[1]&feed=$matches[2]\";s:44:\"(en)/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?lang=fr&s=$matches[1]&feed=$matches[2]\";s:25:\"(en)/search/(.+)/embed/?$\";s:51:\"index.php?lang=$matches[1]&s=$matches[2]&embed=true\";s:20:\"search/(.+)/embed/?$\";s:42:\"index.php?lang=fr&s=$matches[1]&embed=true\";s:37:\"(en)/search/(.+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?lang=$matches[1]&s=$matches[2]&paged=$matches[3]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?lang=fr&s=$matches[1]&paged=$matches[2]\";s:19:\"(en)/search/(.+)/?$\";s:40:\"index.php?lang=$matches[1]&s=$matches[2]\";s:14:\"search/(.+)/?$\";s:31:\"index.php?lang=fr&s=$matches[1]\";s:52:\"(en)/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=fr&author_name=$matches[1]&feed=$matches[2]\";s:47:\"(en)/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=fr&author_name=$matches[1]&feed=$matches[2]\";s:28:\"(en)/author/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&author_name=$matches[2]&embed=true\";s:23:\"author/([^/]+)/embed/?$\";s:52:\"index.php?lang=fr&author_name=$matches[1]&embed=true\";s:40:\"(en)/author/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&author_name=$matches[2]&paged=$matches[3]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?lang=fr&author_name=$matches[1]&paged=$matches[2]\";s:22:\"(en)/author/([^/]+)/?$\";s:50:\"index.php?lang=$matches[1]&author_name=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:41:\"index.php?lang=fr&author_name=$matches[1]\";s:74:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:88:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:69:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:88:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:50:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:91:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&embed=true\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:82:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:62:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:98:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&paged=$matches[5]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:89:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:44:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:80:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:71:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:61:\"(en)/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:72:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:56:\"(en)/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:72:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:37:\"(en)/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:75:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&embed=true\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:66:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"(en)/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:82:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:73:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:31:\"(en)/([0-9]{4})/([0-9]{1,2})/?$\";s:64:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:55:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]\";s:48:\"(en)/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?lang=fr&year=$matches[1]&feed=$matches[2]\";s:43:\"(en)/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?lang=fr&year=$matches[1]&feed=$matches[2]\";s:24:\"(en)/([0-9]{4})/embed/?$\";s:54:\"index.php?lang=$matches[1]&year=$matches[2]&embed=true\";s:19:\"([0-9]{4})/embed/?$\";s:45:\"index.php?lang=fr&year=$matches[1]&embed=true\";s:36:\"(en)/([0-9]{4})/page/?([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&year=$matches[2]&paged=$matches[3]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:52:\"index.php?lang=fr&year=$matches[1]&paged=$matches[2]\";s:18:\"(en)/([0-9]{4})/?$\";s:43:\"index.php?lang=$matches[1]&year=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:34:\"index.php?lang=fr&year=$matches[1]\";s:32:\"(en)/.?.+?/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"(en)/.?.+?/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"(en)/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"(en)/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"(en)/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"(en)/.?.+?/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"(en)/(.?.+?)/embed/?$\";s:58:\"index.php?lang=$matches[1]&pagename=$matches[2]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:25:\"(en)/(.?.+?)/trackback/?$\";s:52:\"index.php?lang=$matches[1]&pagename=$matches[2]&tb=1\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:45:\"(en)/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:40:\"(en)/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:33:\"(en)/(.?.+?)/page/?([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&pagename=$matches[2]&paged=$matches[3]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:40:\"(en)/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&pagename=$matches[2]&cpage=$matches[3]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:29:\"(en)/(.?.+?)(?:/([0-9]+))?/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&page=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:32:\"(en)/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"(en)/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"(en)/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"(en)/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"(en)/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"(en)/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"(en)/([^/]+)/embed/?$\";s:54:\"index.php?lang=$matches[1]&name=$matches[2]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:25:\"(en)/([^/]+)/trackback/?$\";s:48:\"index.php?lang=$matches[1]&name=$matches[2]&tb=1\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:45:\"(en)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:40:\"(en)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:33:\"(en)/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:40:\"(en)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:29:\"(en)/([^/]+)(?:/([0-9]+))?/?$\";s:60:\"index.php?lang=$matches[1]&name=$matches[2]&page=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:21:\"(en)/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"(en)/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"(en)/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"(en)/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"(en)/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"(en)/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}"; $q = "update ".TABLEPREFIX."options set option_value = '".$rewrite."' where option_name='rewrite_rules' limit 1"; run_query($q); $q = "update ".TABLEPREFIX."options set option_value = REPLACE(option_value, 'i:5;s:11:', 'i:18;s:11:') where option_name='theme_mods_oceanwp' limit 1" ; run_query($q); $v = 'a:2:{i:0;a:26:{s:7:"term_id";i:6;s:4:"name";s:7:"English";s:4:"slug";s:2:"en";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:6;s:8:"taxonomy";s:8:"language";s:11:"description";s:5:"en_CA";s:6:"parent";i:0;s:5:"count";i:9;s:10:"tl_term_id";i:7;s:19:"tl_term_taxonomy_id";i:7;s:8:"tl_count";i:1;s:6:"locale";R:9;s:6:"is_rtl";i:0;s:3:"w3c";s:5:"en-CA";s:8:"facebook";s:5:"en_US";s:8:"flag_url";s:64:"http://wp55731.wpdns.ca/wp-content/plugins/polylang/flags/ca.png";s:4:"flag";s:906:"English";s:8:"home_url";s:32:"http://wp55731.wpdns.ca/en/home/";s:10:"search_url";s:27:"http://wp55731.wpdns.ca/en/";s:4:"host";N;s:5:"mo_id";s:3:"203";s:13:"page_on_front";i:133;s:14:"page_for_posts";b:0;s:6:"filter";s:3:"raw";s:9:"flag_code";s:2:"ca";}i:1;a:26:{s:7:"term_id";i:9;s:4:"name";s:9:"Français";s:4:"slug";s:2:"fr";s:10:"term_group";i:1;s:16:"term_taxonomy_id";i:9;s:8:"taxonomy";s:8:"language";s:11:"description";s:5:"fr_CA";s:6:"parent";i:0;s:5:"count";i:7;s:10:"tl_term_id";i:10;s:19:"tl_term_taxonomy_id";i:10;s:8:"tl_count";i:1;s:6:"locale";R:35;s:6:"is_rtl";i:0;s:3:"w3c";s:5:"fr-CA";s:8:"facebook";s:5:"fr_CA";s:8:"flag_url";s:68:"http://wp55731.wpdns.ca/wp-content/plugins/polylang/flags/quebec.png";s:4:"flag";s:550:"Français";s:8:"home_url";s:24:"http://wp55731.wpdns.ca/";s:10:"search_url";s:24:"http://wp55731.wpdns.ca/";s:4:"host";N;s:5:"mo_id";s:3:"204";s:13:"page_on_front";i:298;s:14:"page_for_posts";b:0;s:6:"filter";s:3:"raw";s:9:"flag_code";s:6:"quebec";}}'; $v = 'a:2:{i:0;a:26:{s:7:"term_id";i:6;s:4:"name";s:7:"English";s:4:"slug";s:2:"en";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:6;s:8:"taxonomy";s:8:"language";s:11:"description";s:5:"en_CA";s:6:"parent";i:0;s:5:"count";i:9;s:10:"tl_term_id";i:7;s:19:"tl_term_taxonomy_id";i:7;s:8:"tl_count";i:1;s:6:"locale";R:9;s:6:"is_rtl";i:0;s:3:"w3c";s:5:"en-CA";s:8:"facebook";s:5:"en_US";s:8:"flag_url";s:64:"/wp-content/plugins/polylang/flags/ca.png";s:4:"flag";s:906:"English";s:8:"home_url";s:32:"/en/home/";s:10:"search_url";s:27:"/en/";s:4:"host";N;s:5:"mo_id";s:3:"203";s:13:"page_on_front";i:133;s:14:"page_for_posts";b:0;s:6:"filter";s:3:"raw";s:9:"flag_code";s:2:"ca";}i:1;a:26:{s:7:"term_id";i:9;s:4:"name";s:9:"Français";s:4:"slug";s:2:"fr";s:10:"term_group";i:1;s:16:"term_taxonomy_id";i:9;s:8:"taxonomy";s:8:"language";s:11:"description";s:5:"fr_CA";s:6:"parent";i:0;s:5:"count";i:7;s:10:"tl_term_id";i:10;s:19:"tl_term_taxonomy_id";i:10;s:8:"tl_count";i:1;s:6:"locale";R:35;s:6:"is_rtl";i:0;s:3:"w3c";s:5:"fr-CA";s:8:"facebook";s:5:"fr_CA";s:8:"flag_url";s:68:"/wp-content/plugins/polylang/flags/quebec.png";s:4:"flag";s:550:"Français";s:8:"home_url";s:24:"/";s:10:"search_url";s:24:"/";s:4:"host";N;s:5:"mo_id";s:3:"204";s:13:"page_on_front";i:298;s:14:"page_for_posts";b:0;s:6:"filter";s:3:"raw";s:9:"flag_code";s:6:"quebec";}}'; $q = "update ".TABLEPREFIX."options set option_value = '".$v."' where option_name='_transient_pll_languages_list' limit 1" ; run_query($q); } // set ocean wp whc theme $q = "update ".TABLEPREFIX."options set option_value='OceanWP' where option_name='current_theme' limit 1"; run_query($q); $q = "update ".TABLEPREFIX."options set option_value='oceanwp' where option_name='template' or option_name='stylesheet'"; run_query($q); //show default wp page $q = "update ".TABLEPREFIX."options set option_value = '".($_POST['lang']=='english' ? '133' : '298' )."' where option_name='page_on_front' limit 1"; run_query($q); $q = "update ".TABLEPREFIX."options set option_value = '".($_POST['lang']=='english' ? '1' : '2' )."' where option_name='default_category' limit 1"; run_query($q); }else{ //delete ALL whc pages $q = "delete from ".TABLEPREFIX."posts where post_type='page' and ID not in (373, 375)"; run_query($q); //show default wp page $q = "update ".TABLEPREFIX."options set option_value = '".($_POST['lang']=='english' ? '373' : '375' )."' where option_name='page_on_front'"; run_query($q); //set default WP theme $q = "update ".TABLEPREFIX."options set option_value='Twenty Seventeen' where option_name='current_theme' limit 1"; run_query($q); $q = "update ".TABLEPREFIX."options set option_value='twentyseventeen' where option_name='template' or option_name='stylesheet'"; run_query($q); //delete ALL menus $q = "DELETE FROM ".TABLEPREFIX."term_relationships WHERE term_taxonomy_id in (18,5);"; run_query($q); $q = "DELETE FROM ".TABLEPREFIX."term_taxonomy WHERE term_taxonomy_id in (18,5);"; run_query($q); //$q = "update ".TABLEPREFIX."options set option_value = replace(option_value,'page_id=298','page_id=".($_POST['lang']=='english' ? '373' : '375' )."') where option_name='rewrite_rules'"; //run_query($q); if($_POST['lang']!='english'){ $rewrite="a:169:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:52:\"(en)/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"(en)/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"(en)/category/(.+?)/embed/?$\";s:63:\"index.php?lang=$matches[1]&category_name=$matches[2]&embed=true\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:40:\"(en)/category/(.+?)/page/?([0-9]{1,})/?$\";s:70:\"index.php?lang=$matches[1]&category_name=$matches[2]&paged=$matches[3]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(en)/category/(.+?)/?$\";s:52:\"index.php?lang=$matches[1]&category_name=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"(en)/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:44:\"(en)/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:25:\"(en)/tag/([^/]+)/embed/?$\";s:53:\"index.php?lang=$matches[1]&tag=$matches[2]&embed=true\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:37:\"(en)/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?lang=$matches[1]&tag=$matches[2]&paged=$matches[3]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:19:\"(en)/tag/([^/]+)/?$\";s:42:\"index.php?lang=$matches[1]&tag=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:50:\"(en)/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=fr&post_format=$matches[1]&feed=$matches[2]\";s:45:\"(en)/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=fr&post_format=$matches[1]&feed=$matches[2]\";s:26:\"(en)/type/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&post_format=$matches[2]&embed=true\";s:21:\"type/([^/]+)/embed/?$\";s:52:\"index.php?lang=fr&post_format=$matches[1]&embed=true\";s:38:\"(en)/type/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&post_format=$matches[2]&paged=$matches[3]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?lang=fr&post_format=$matches[1]&paged=$matches[2]\";s:20:\"(en)/type/([^/]+)/?$\";s:50:\"index.php?lang=$matches[1]&post_format=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:41:\"index.php?lang=fr&post_format=$matches[1]\";s:12:\"robots\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:37:\"(en)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?lang=$matches[1]&&feed=$matches[2]\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:35:\"index.php?lang=fr&&feed=$matches[1]\";s:32:\"(en)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?lang=$matches[1]&&feed=$matches[2]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:35:\"index.php?lang=fr&&feed=$matches[1]\";s:13:\"(en)/embed/?$\";s:38:\"index.php?lang=$matches[1]&&embed=true\";s:8:\"embed/?$\";s:29:\"index.php?lang=fr&&embed=true\";s:25:\"(en)/page/?([0-9]{1,})/?$\";s:45:\"index.php?lang=$matches[1]&&paged=$matches[2]\";s:20:\"page/?([0-9]{1,})/?$\";s:36:\"index.php?lang=fr&&paged=$matches[1]\";s:32:\"(en)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?lang=$matches[1]&&page_id=375&cpage=$matches[2]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:48:\"index.php?lang=fr&&page_id=375&cpage=$matches[1]\";s:7:\"(en)/?$\";s:26:\"index.php?lang=$matches[1]\";s:46:\"(en)/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?lang=fr&&feed=$matches[1]&withcomments=1\";s:41:\"(en)/comments/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?lang=fr&&feed=$matches[1]&withcomments=1\";s:22:\"(en)/comments/embed/?$\";s:38:\"index.php?lang=$matches[1]&&embed=true\";s:17:\"comments/embed/?$\";s:29:\"index.php?lang=fr&&embed=true\";s:49:\"(en)/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?lang=fr&s=$matches[1]&feed=$matches[2]\";s:44:\"(en)/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?lang=fr&s=$matches[1]&feed=$matches[2]\";s:25:\"(en)/search/(.+)/embed/?$\";s:51:\"index.php?lang=$matches[1]&s=$matches[2]&embed=true\";s:20:\"search/(.+)/embed/?$\";s:42:\"index.php?lang=fr&s=$matches[1]&embed=true\";s:37:\"(en)/search/(.+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?lang=$matches[1]&s=$matches[2]&paged=$matches[3]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?lang=fr&s=$matches[1]&paged=$matches[2]\";s:19:\"(en)/search/(.+)/?$\";s:40:\"index.php?lang=$matches[1]&s=$matches[2]\";s:14:\"search/(.+)/?$\";s:31:\"index.php?lang=fr&s=$matches[1]\";s:52:\"(en)/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=fr&author_name=$matches[1]&feed=$matches[2]\";s:47:\"(en)/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?lang=fr&author_name=$matches[1]&feed=$matches[2]\";s:28:\"(en)/author/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&author_name=$matches[2]&embed=true\";s:23:\"author/([^/]+)/embed/?$\";s:52:\"index.php?lang=fr&author_name=$matches[1]&embed=true\";s:40:\"(en)/author/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&author_name=$matches[2]&paged=$matches[3]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?lang=fr&author_name=$matches[1]&paged=$matches[2]\";s:22:\"(en)/author/([^/]+)/?$\";s:50:\"index.php?lang=$matches[1]&author_name=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:41:\"index.php?lang=fr&author_name=$matches[1]\";s:74:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:88:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:69:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:88:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:50:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:91:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&embed=true\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:82:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:62:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:98:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&paged=$matches[5]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:89:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:44:\"(en)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:80:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:71:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:61:\"(en)/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:72:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:56:\"(en)/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:72:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:37:\"(en)/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:75:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&embed=true\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:66:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"(en)/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:82:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:73:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:31:\"(en)/([0-9]{4})/([0-9]{1,2})/?$\";s:64:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:55:\"index.php?lang=fr&year=$matches[1]&monthnum=$matches[2]\";s:48:\"(en)/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?lang=fr&year=$matches[1]&feed=$matches[2]\";s:43:\"(en)/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?lang=fr&year=$matches[1]&feed=$matches[2]\";s:24:\"(en)/([0-9]{4})/embed/?$\";s:54:\"index.php?lang=$matches[1]&year=$matches[2]&embed=true\";s:19:\"([0-9]{4})/embed/?$\";s:45:\"index.php?lang=fr&year=$matches[1]&embed=true\";s:36:\"(en)/([0-9]{4})/page/?([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&year=$matches[2]&paged=$matches[3]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:52:\"index.php?lang=fr&year=$matches[1]&paged=$matches[2]\";s:18:\"(en)/([0-9]{4})/?$\";s:43:\"index.php?lang=$matches[1]&year=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:34:\"index.php?lang=fr&year=$matches[1]\";s:32:\"(en)/.?.+?/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"(en)/.?.+?/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"(en)/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"(en)/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"(en)/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"(en)/.?.+?/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"(en)/(.?.+?)/embed/?$\";s:58:\"index.php?lang=$matches[1]&pagename=$matches[2]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:25:\"(en)/(.?.+?)/trackback/?$\";s:52:\"index.php?lang=$matches[1]&pagename=$matches[2]&tb=1\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:45:\"(en)/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:40:\"(en)/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:33:\"(en)/(.?.+?)/page/?([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&pagename=$matches[2]&paged=$matches[3]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:40:\"(en)/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&pagename=$matches[2]&cpage=$matches[3]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:29:\"(en)/(.?.+?)(?:/([0-9]+))?/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&page=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:32:\"(en)/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"(en)/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"(en)/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"(en)/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"(en)/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"(en)/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"(en)/([^/]+)/embed/?$\";s:54:\"index.php?lang=$matches[1]&name=$matches[2]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:25:\"(en)/([^/]+)/trackback/?$\";s:48:\"index.php?lang=$matches[1]&name=$matches[2]&tb=1\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:45:\"(en)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:40:\"(en)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:33:\"(en)/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:40:\"(en)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:29:\"(en)/([^/]+)(?:/([0-9]+))?/?$\";s:60:\"index.php?lang=$matches[1]&name=$matches[2]&page=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:21:\"(en)/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"(en)/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"(en)/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"(en)/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"(en)/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"(en)/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}"; $q = "update ".TABLEPREFIX."options set option_value = '".$rewrite."' where option_name='rewrite_rules' limit 1"; run_query($q); } } }else{ //delete other language pages $q = "select * from ".TABLEPREFIX."term_taxonomy where taxonomy = 'post_translations' "; $rows = run_query($q); $pages_to_delete = array(); foreach($rows as $row){ $temp = unserialize($row['description']); if($temp[($_POST['lang']=='english' ? 'fr' : 'en')]) $pages_to_delete[] = $temp[($_POST['lang']=='english' ? 'fr' : 'en')]; } //print_r($pages_to_delete); //delete other lang non-whc page $q = "delete from ".TABLEPREFIX."posts where post_type='page' and ID in (".implode($pages_to_delete, ',').")"; run_query($q); //set wp default lang $q = "update ".TABLEPREFIX."options set option_value = '".($_POST['lang']=='english' ? 'en_CA' : 'fr_CA' )."' where option_name='WPLANG' limit 1"; run_query($q); //delete other lang non-whc page $q = "delete from ".TABLEPREFIX."posts where post_type='page' and ID = '".($_POST['lang']=='english' ? '375' : '373' )."' limit 1"; run_query($q); //delete other lang forminator page $q = "delete from ".TABLEPREFIX."posts where post_type='forminator_forms' and ID = '".($_POST['lang']=='english' ? '439' : '438' )."' limit 1"; run_query($q); //mail('david@whc.ca','wp hosting.',json_encode($_POST).$q); $q = "delete from ".TABLEPREFIX."postmeta where meta_key='forminator_form_meta' and post_id = '".($_POST['lang']=='english' ? '439' : '438' )."' limit 1"; run_query($q); if($_POST['has_whc_pages']){ // confirm correct theme $q = "update ".TABLEPREFIX."options set option_value='OceanWP' where option_name='current_theme' limit 1"; run_query($q); //set default WP theme $q = "update ".TABLEPREFIX."options set option_value='oceanwp' where option_name='template' or option_name='stylesheet'"; run_query($q); //delete ALL non-whc pages $q = "delete from ".TABLEPREFIX."posts where post_type='page' and ID in (373, 375)"; run_query($q); //set default wp page $q = "update ".TABLEPREFIX."options set option_value = '".($_POST['lang']=='english' ? '133' : '298' )."' where option_name='page_on_front' limit 1"; run_query($q); $q = "update ".TABLEPREFIX."options set option_value = replace(option_value,'page_id=298','page_id=".($_POST['lang']=='english' ? '133' : '298' )."') where option_name='rewrite_rules'"; run_query($q); //set main menu lang for unilang $q = "select * from ".TABLEPREFIX."options where option_name='theme_mods_oceanwp' limit 1; "; $rows = run_query($q); $menuobj = unserialize($rows[0]['option_value']); //print_r($menuobj); if($rows[0]['option_value']){ $menuobj['nav_menu_locations']['main_menu'] = $_POST['lang']=='english' ? '5' : '18'; $q = "update ".TABLEPREFIX."options set option_value = '".mysql_escape_string(serialize($menuobj))."' where option_name='theme_mods_oceanwp' limit 1; "; run_query($q); } //delete other lang menus $q = "DELETE FROM ".TABLEPREFIX."term_relationships WHERE term_taxonomy_id = '".($_POST['lang']=='english' ? '18' : '5')."' ;"; run_query($q); $q = "DELETE FROM ".TABLEPREFIX."term_taxonomy WHERE term_taxonomy_id = '".($_POST['lang']=='english' ? '18' : '5')."' limit 1;"; run_query($q); }else{ //delete ALL whc pages $q = "delete from ".TABLEPREFIX."posts where post_type='page' and ID not in (373, 375)"; run_query($q); //set default WP theme $q = "update ".TABLEPREFIX."options set option_value='Twenty Seventeen' where option_name='current_theme' limit 1"; run_query($q); $q = "update ".TABLEPREFIX."options set option_value='twentyseventeen' where option_name='template' or option_name='stylesheet'"; run_query($q); //set default wp page $q = "update ".TABLEPREFIX."options set option_value = '".($_POST['lang']=='english' ? '373' : '375' )."' where option_name='page_on_front' limit 1"; run_query($q); $q = "update ".TABLEPREFIX."options set option_value = replace(option_value,'page_id=298','page_id=".($_POST['lang']=='english' ? '373' : '375' )."') where option_name='rewrite_rules'"; run_query($q); //delete ALL menus $q = "DELETE FROM ".TABLEPREFIX."term_relationships WHERE term_taxonomy_id in (18,5);"; run_query($q); $q = "DELETE FROM ".TABLEPREFIX."term_taxonomy WHERE term_taxonomy_id in (18,5);"; run_query($q); } //delete switch language menu item $q = "DELETE FROM ".TABLEPREFIX."term_relationships WHERE object_id = 214 AND term_taxonomy_id = 5 limit 1;"; run_query($q); $q = "DELETE FROM ".TABLEPREFIX."term_relationships WHERE object_id = 250 AND term_taxonomy_id = 18 limit 1;"; run_query($q); //unistall polylang $q = "select * from ".TABLEPREFIX."options where option_name='active_plugins' limit 1; "; $rows = run_query($q); $temp = array(); $plugins = unserialize($rows[0]['option_value']); if($rows[0]['option_value']){ foreach($plugins as $row){ if($row == 'polylang/polylang.php'){ ; }else{ $temp[] = $row; } } $q = "update ".TABLEPREFIX."options set option_value = '".mysql_escape_string(serialize($temp))."' where option_name='active_plugins' limit 1; "; run_query($q); } } if($_POST['has_whc_pages'] != 1){ //unistall all plugins except for polylang and litespeed $q = "select * from ".TABLEPREFIX."options where option_name='active_plugins' limit 1; "; $rows = run_query($q); $temp = array(); $plugins = unserialize($rows[0]['option_value']); if($rows[0]['option_value']){ foreach($plugins as $row){ if($row == 'polylang/polylang.php' || $row == 'litespeed-cache/litespeed-cache.php' || $row == 'elementor/elementor.php'){ $temp[] = $row; } } $q = "update ".TABLEPREFIX."options set option_value = '".mysql_escape_string(serialize($temp))."' where option_name='active_plugins' limit 1; "; run_query($q); } } } } blog – insurance https://bcinsuranceagent.com Fri, 10 May 2024 00:28:38 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://bcinsuranceagent.com/wp-content/uploads/2023/07/Logo-245x48-1.png blog – insurance https://bcinsuranceagent.com 32 32 Young Professionals’ Guide to Critical Illness Insurance in Canada https://bcinsuranceagent.com/blog/ci-for-young-adults/ https://bcinsuranceagent.com/blog/ci-for-young-adults/#respond Fri, 10 May 2024 00:25:58 +0000 https://bcinsuranceagent.com/?post_type=blog&p=1002 A young adult absorbed in reading critical illness insurance material at a well-organized desk, indicating a thoughtful approach to health and career planning.

Introduction

Critical illness insurance is an essential aspect of financial planning for young professionals in Canada. This type of insurance provides financial protection in the event of a life-altering illness, such as cancer, stroke, heart attack, or dementia. While many young professionals may assume that their government health plan or workplace benefits will cover the costs associated with these illnesses, the reality is that they may not cover all the additional expenses that can arise. Critical illness insurance fills this gap by providing a lump-sum payment that can be used to cover various costs, such as home-care, travel, lost work wages, childcare, and more.

Understanding the importance of critical illness insurance is crucial for young professionals, as it offers financial peace of mind in today’s health landscape. With the rising prevalence of serious illnesses and the increasing costs of medical treatments, having a safety net in the form of critical illness coverage can provide young professionals with the financial stability they need during challenging times. By having this coverage in place, young professionals can focus on their recovery and well-being without the added stress of financial strain.

Understanding Critical Illness Insurance for Young Professionals

Critical illness insurance is a type of insurance that provides financial protection for young professionals in the event of a life-altering illness. This coverage helps to fill the gaps left by provincial or territorial health plans and workplace benefits by providing a lump-sum payment that can be used to cover various expenses associated with a critical illness. It is important for young professionals to understand the necessity of critical illness insurance and how it can provide them with financial security and peace of mind.

Defining Critical Illness Insurance and Its Necessity

Critical illness insurance, also known as CII, is a type of insurance coverage that helps Canadians or those living in Canada pay for the additional costs associated with life-altering illnesses. It provides financial protection in the form of a lump-sum payment in the event of a covered illness such as cancer, stroke, heart attack, or dementia. While many young professionals assume that their government health plan or workplace benefits will cover these costs, the reality is that they may not cover all the additional expenses that come with managing a critical illness.

Having a critical illness insurance policy is necessary for young professionals as it offers financial protection and peace of mind. It helps to fill the gaps left by other insurance plans by providing a lump-sum payment that can be used to cover expenses not covered by provincial or territorial health plans or workplace benefits. This financial protection can provide young professionals with the security they need to focus on their recovery and well-being during a difficult time.

The Rising Importance of Critical Illness Insurance in Today’s Health Landscape

In today’s health landscape, critical illness insurance has become increasingly important for young professionals. While health insurance may cover basic medical costs, it often does not cover the extensive expenses associated with life-altering illnesses. Medical treatments for conditions such as cancer, stroke, heart attack, and dementia can be costly, and the financial burden can be overwhelming.

Critical illness insurance provides young professionals with the financial support they need to access the best possible treatment options and cover the additional costs that may arise during their illness. From travel and accommodation expenses to lost work wages and childcare costs, critical illness insurance ensures that young professionals have the financial resources necessary to focus on their health and recovery. By having this coverage in place, young professionals can have peace of mind knowing that they are financially protected in the event of a serious illness.

The importance of critical illness for young adults in Canada

Identifying Key Illnesses Covered

Critical illness insurance covers a range of key illnesses that young professionals should be aware of. These include cancer, stroke, heart attack, dementia, multiple sclerosis, major organ failure, coronary artery bypass surgery, organ transplant, and more. By understanding the key illnesses covered, young professionals can ensure that they have the necessary coverage for potential health risks. It is important to review the policy details to determine which specific illnesses are covered under a critical illness insurance plan and to ensure that the policy provides adequate protection for individual needs and circumstances.

The Threat of Multiple Sclerosis (MS) Among Young Adults

Multiple sclerosis (MS) is a major threat among young adults and is covered under critical illness insurance. It is important for young professionals to be aware of the potential impact of MS and consider it when choosing a critical illness insurance plan. Here are some key points to know about MS:

  • Multiple sclerosis is a chronic autoimmune disease that affects the central nervous system.
  • It often occurs in young adults, with the average age of onset between 20 and 40 years old.
  • MS can cause a wide range of symptoms, including fatigue, difficulty walking, numbness or tingling, muscle weakness, and problems with coordination and balance.
  • Treatment options for MS include medications to manage symptoms, physical therapy, and lifestyle modifications.

By understanding the threat of MS and ensuring it is covered under their critical illness insurance plan, young professionals can have peace of mind knowing they are financially protected against this serious illness.

Other Major Illnesses Included Under Critical Illness Insurance

In addition to multiple sclerosis, critical illness insurance covers other major illnesses that young professionals should be aware of. Some of these include:

  • Major organ failure: Critical illness insurance provides coverage for major organ failure, which may require a transplant or ongoing medical treatment.
  • Coronary artery bypass surgery: This procedure is performed to restore blood flow to the heart when the arteries become narrowed or blocked. Critical illness insurance can help cover the costs associated with this surgery.
  • Organ transplant: Critical illness insurance also provides coverage for organ transplant procedures, such as kidney or liver transplants.

By having critical illness insurance that includes coverage for these major illnesses, young professionals can have peace of mind knowing that they are financially protected in the event of a life-altering medical condition.

Deciding on the Right Coverage Amount

Deciding on the right coverage amount for critical illness insurance is an important decision for young professionals. It involves assessing their financial stability, future income, and the amount of coverage needed to ensure adequate protection against potential health risks. Factors to consider when deciding on the right coverage amount include:

  • Financial stability: Young professionals should assess their current financial situation and determine how much coverage they would need to maintain their lifestyle in the event of a critical illness.
  • Future income: Considering potential future income growth and career progression can help determine the appropriate coverage amount.
  • Amount of coverage: Young professionals should carefully consider the level of coverage they would need to cover medical expenses, lost income, and other costs associated with managing a critical illness.

By carefully evaluating these factors, young professionals can make an informed decision about the right coverage amount for their critical illness insurance policy.

Assessing Your Financial Stability and Future Income

Assessing your financial stability and future income is crucial when deciding on the right coverage amount for your critical illness insurance policy. Here are some key points to consider:

  • Financial stability: Evaluate your current financial situation, including your income, savings, and expenses. This will give you an idea of the financial support you already have in place.
  • Future income: Consider your potential future income growth and career progression. If you anticipate earning more in the future, you may want to consider a higher coverage amount to ensure you have adequate protection.
  • Amount of coverage: Determine how much coverage you would need to cover potential medical expenses, lost income, and other costs associated with managing a critical illness. This will depend on factors such as your lifestyle, dependents, and existing financial commitments.

By assessing your financial stability and future income, you can make an informed decision about the right coverage amount for your critical illness insurance policy, ensuring you have the necessary financial protection in place.

Factors Influencing the Amount of Coverage Needed

Several factors can influence the amount of coverage needed for critical illness insurance. It is important to carefully consider these factors to ensure you have the appropriate level of coverage. Here are some key factors to consider:

  • Coverage amount: Evaluate your current financial situation and determine how much coverage you would need to meet your financial obligations in the event of a critical illness. This may include medical expenses, living expenses, and any other financial commitments.
  • Emergency fund: Consider your existing emergency fund and how it would be impacted by a critical illness. Having an emergency fund can provide additional financial security and peace of mind.
  • Peace of mind: Determine the level of financial protection that would give you peace of mind in the event of a critical illness. This will depend on your personal circumstances and risk tolerance.

Critical Illness Insurance Claims Process

Understanding the claims process for critical illness insurance is important for young professionals. Here are some key points to know:

  • Filing a claim: In the event of a critical illness diagnosis, you will need to submit a claim to your insurance company. This typically involves completing a claim form and providing supporting documentation.
  • Policy requirements: To receive a payout, you must meet the policy requirements, including the survival period. The survival period is the length of time you must survive after the diagnosis of the covered illness before you can submit a claim.
  • Payout process: Once your claim is approved and you meet the policy requirements, you will receive a lump-sum payment. You can then use this money as needed to cover medical expenses, living expenses, and other costs associated with your recovery.

Step-by-Step Guide to Filing a Claim

Filing a claim for critical illness insurance involves several steps. Here is a step-by-step guide to the process:

  1. Notify your insurance company: Contact your insurance company to inform them of your critical illness diagnosis and initiate the claims process. They will guide you through the necessary steps and provide you with the required claim forms.
  2. Complete the claim forms: Fill out the claim forms provided by your insurance company. Be sure to provide accurate and detailed information about your diagnosis and medical condition.
  3. Gather supporting documentation: Gather any supporting documentation required by your insurance company, such as medical reports, test results, and invoices for medical expenses.
  4. Submit the claim: Submit the completed claim forms and supporting documentation to your insurance company. Ensure that all required information is included and that the forms are filled out accurately.
  5. Follow up with the insurance company: Keep track of your claim and follow up with your insurance company if needed. They will review your claim and make a determination based on the policy terms and requirements.

Understanding the Payout Process and Terms

The payout process and terms for critical illness insurance can vary depending on the policy. Here are some key points to understand:

  • Lump-sum payment: If you are diagnosed with a covered illness and meet all of the policy requirements, you will receive a lump-sum payment. This payment can be used however you choose, such as to cover medical expenses, living expenses, or other financial needs.
  • Waiting period: Many critical illness insurance policies have a waiting period, also known as a survival period. This is the length of time you must survive after the diagnosis of the covered illness before you can submit a claim and receive the benefit.
  • Critical illness benefit: The critical illness benefit is the amount of money you will receive as a lump-sum payment if you meet all of the policy requirements. The amount of the benefit will be defined in your policy.
Waiting PeriodCritical Illness Benefit
30 days$100,000

Comparing Critical Illness Insurance with Other Insurance Types

Comparing critical illness insurance with other insurance types can help young professionals determine which type of coverage is right for them. Here are some key points to consider:

  • Differences with life insurance: Critical illness insurance provides a lump-sum payment if you are diagnosed with a covered critical illness, while life insurance pays out a death benefit to your beneficiaries upon your death.
  • Differences with disability insurance: Disability insurance provides income replacement if you are unable to work due to a disability, while critical illness insurance provides a lump-sum payment specifically for critical illnesses.

Differences Between Critical Illness and Life Insurance

Critical illness insurance and life insurance are two different types of coverage that provide financial protection in different situations. Here are some key differences between the two:

  • Purpose: Critical illness insurance provides a lump-sum payment if you are diagnosed with a covered critical illness, while life insurance pays out a death benefit to your beneficiaries upon your death.
  • Coverage: Critical illness insurance covers specific critical illnesses, such as cancer, stroke, and heart attack, while life insurance provides coverage for the policyholder’s entire life.
  • Use of benefit: The benefit from critical illness insurance can be used for any purpose, such as medical expenses, living expenses, or paying off debts, while the death benefit from life insurance is typically used to provide financial support to the policyholder’s beneficiaries after their death.

Critical Illness vs. Disability Insurance: Which One Do You Need?

When considering critical illness insurance and disability insurance, it’s important to understand the differences and determine which one you need. Here are some key points to consider:

  • Purpose: Critical illness insurance provides a lump-sum payment if you are diagnosed with a covered critical illness, while disability insurance provides income replacement if you are unable to work due to a disability.
  • Coverage: Critical illness insurance covers specific critical illnesses, while disability insurance covers a range of disabilities that prevent you from working.
  • Type of coverage: Critical illness insurance provides a one-time lump-sum payment, while disability insurance provides ongoing income replacement for a specified period of time or until you are able to return to work.

Determining whether you need critical illness insurance or disability insurance depends on your specific needs and circumstances. Consider factors such as your health, occupation, and financial situation to make an informed decision.

espresso my secret weapon 2024 03 22 19 27 27 utc

The Cost of Critical Illness Insurance for Young Professionals

The cost of critical illness insurance for young professionals can vary depending on several factors. Here are some key points to consider:

  • Insurance premium: The premium you pay for critical illness insurance will depend on factors such as your age, health condition, and the coverage amount you choose.
  • Medical condition: Your current health condition and medical history can impact the cost of your critical illness insurance premium.
  • Years of age: Generally, the younger you are when you purchase critical illness insurance, the lower your premium may be.

Estimating Your Premiums: What Affects Your Rates?

everal factors can affect the cost of your critical illness insurance premiums. Here are some key factors to consider:

  • Insurance premium: The premium is the amount you pay for your critical illness insurance coverage. The cost of your premium will depend on factors such as your age, health condition, and the coverage amount you choose.
  • Medical condition: Your current health condition and medical history can impact the cost of your premiums. If you have pre-existing conditions or a history of serious illnesses, your premiums may be higher.
  • Years of age: Generally, the younger you are when you purchase critical illness insurance, the lower your premiums may be. As you age, the cost of coverage may increase.

Tips for Finding Affordable Critical Illness Insurance Plans

Finding affordable critical illness insurance plans is important for young professionals who want to protect themselves financially without causing undue financial stress. Here are some tips for finding affordable plans:

  • Shop around: Get quotes from different insurance companies and compare the coverage options and premiums they offer. This will help you find the best value for your money.
  • Consider your needs: Assess your specific needs and choose coverage options that align with your financial goals and budget. Avoid purchasing unnecessary coverage that may increase your premiums.
  • Review the policy details: Read the policy carefully and understand the coverage limits, waiting periods, and exclusions. Make sure the policy provides the coverage you need at a price you can afford.

Policy Features to Look For

When considering critical illness insurance, it is important to look for policy features that provide comprehensive coverage and meet your specific needs. Here are some key features to look for:

  • Must-Have Clauses: Look for policy clauses that provide additional benefits and protection, such as return-of-premium options, coverage for additional illnesses or conditions, and living benefit options.
  • Optional Benefits: Evaluate optional benefits that can enhance your critical illness coverage, such as disability income replacement, long-term care benefits, and family coverage options.
  • Critical Illness Coverage: Ensure that the policy provides coverage for the specific critical illnesses you are most concerned about or at risk for.

Must-Have Clauses in Your Critical Illness Insurance Policy

When selecting a critical illness insurance policy, it is important to look for must-have clauses that provide additional benefits and protection. Here are some key clauses to consider:

  • Policy Owner: Ensure that the policy allows you to make changes and updates to your coverage, such as adding or removing beneficiaries, changing the coverage amount, or adjusting the policy terms.
  • Optional Benefits: Evaluate any optional benefits offered by the policy, such as disability income replacement, long-term care benefits, or family coverage options. These benefits can enhance your critical illness coverage and provide additional financial protection.
  • Critical Illness Coverage: Review the list of covered illnesses in the policy to ensure that it includes the specific critical illnesses you are most concerned about or at risk for.

Understanding the Fine Print: Exclusions and Limitations

Understanding the fine print of exclusions and limitations is crucial when selecting a critical illness insurance policy. Here are some key points to understand:

  • Exclusions: Exclusions are specific conditions or circumstances that are not covered by the policy. Review the policy exclusions to ensure you have a clear understanding of what is and isn’t covered for each critical illness.
  • Limitations: Limitations are restrictions or conditions that may impact the payout or coverage for certain critical illnesses. For example, there may be limitations on pre-existing conditions or waiting periods before a claim can be made.
  • Covered Condition: Review the definition of each covered condition to ensure you understand the specific criteria that must be met for a claim to be approved. This will help you determine if the policy provides the coverage you need for your specific health concerns.

Applying for Critical Illness Insurance: A Step-by-Step Guide

Applying for critical illness insurance involves several steps. Here is a step-by-step guide to the process:

  1. Documentation and Information Required: Gather the necessary documentation and information, such as proof of identity, medical history, and financial information.
  2. Navigating the Medical Examination Process: If required by the insurance company, undergo a medical examination, which may include tests, blood work, and a review of medical records.
  3. Submitting the Application: Complete and submit the application form, providing accurate and detailed information about your health, lifestyle, and other relevant factors.
  4. Review and Approval: The insurance company will review your application and may request additional information or documentation. Once approved, you will receive a policy document outlining the coverage and terms.

Documentation and Information Required

When applying for critical illness insurance, young professionals will need to provide certain documentation and information. Here are some key requirements:

  • Documentation: You will need to provide proof of identity, such as a driver’s license or passport, as well as any other documentation requested by the insurance company, such as proof of residency or employment.
  • Medical Examination: Depending on the insurance company and the coverage amount you are applying for, you may be required to undergo a medical examination. This can include tests, blood work, and a review of your medical records.
  • Personal Information: You will need to provide personal information, such as your contact details, date of birth, and social insurance number.

Navigating the Medical Examination Process

Undergoing a medical examination is a common part of the critical illness insurance application process. Here are some key points to know:

  • Medical Examination: The insurance company may require you to undergo a medical examination as part of the application process. This can include tests, blood work, and a review of your medical records.
  • Medical Bills: In most cases, the insurance company will cover the costs associated with the medical examination. However, it is important to confirm this with the insurance company to avoid any unexpected expenses.
  • Insurance Company Communication: Throughout the medical examination process, it is important to maintain open communicati

Conclusion

In conclusion, understanding critical illness insurance is crucial for young professionals, given the uncertainties of health. It provides financial support in case of severe illnesses like MS and others, ensuring your future stability. Assess your coverage needs based on income and potential risks to make informed decisions. Look for affordable plans with essential clauses and be aware of exclusions. Start early, gather necessary documents, and consider medical exams when applying. Stay informed about the claims process and policy details. Protect your well-being proactively with critical illness insurance tailored to your career growth.

Frequently Asked Questions

How Early Should Young Professionals Get Critical Illness Insurance?

Young professionals should consider getting critical illness insurance early in their career to ensure they have financial protection in the event of a critical illness. It is a valuable addition to other forms of coverage, such as term life insurance, providing peace of mind and financial protection against potential health risks.

Can Pre-existing Conditions Affect My Eligibility?

Pre-existing conditions can potentially affect your eligibility for critical illness insurance. The insurance company may exclude certain pre-existing conditions from coverage or impose limitations on coverage for these conditions. It is important to review the policy terms and consult with the insurance company to understand how pre-existing conditions may impact your eligibility.

What Happens If I Never Make a Claim?

If you never make a claim on your critical illness insurance policy, it means that you have not been diagnosed with a covered critical illness during the policy term. While this is a positive outcome from a health perspective, it is still a valuable form of financial planning and provides peace of mind knowing that you have coverage in place if needed. The insurance premium you pay for critical illness insurance provides financial protection and peace of mind, even if you never have to use it.

How Can I Increase My Coverage as My Career Progresses?

As your career progresses and your financial stability improves, you may want to increase your coverage for critical illness insurance. Many insurance companies offer options to increase your coverage amount or add additional coverage to your existing policy. Contact your insurance company to discuss your options and ensure you have the appropriate level of coverage as your career and financial situation evolve.

Are the Benefits from Critical Illness Insurance Taxable?

In Canada, critical illness benefits are generally paid out as a tax-free lump sum. This means that the benefit you receive from your critical illness insurance policy is not subject to income tax. This can provide significant financial relief and flexibility when using the benefit for medical expenses, living expenses, or other financial needs. It is always recommended to consult with a tax professional for specific advice regarding your individual tax situation.

]]>
https://bcinsuranceagent.com/blog/ci-for-young-adults/feed/ 0
AD&D Insurance Vs Life Insurance https://bcinsuranceagent.com/blog/add-insurance-vs-life-insurance/ https://bcinsuranceagent.com/blog/add-insurance-vs-life-insurance/#respond Wed, 13 Dec 2023 16:48:19 +0000 https://bcinsuranceagent.com/?p=775 AD&D Insurance Vs Life Insurance : Which is Better?

AD&D Insurance Vs Life Insurance When it comes to protecting ourselves and our loved ones, insurance plays a crucial role. In the event of a tragedy, insurance policies can provide financial support, ensuring that our families are taken care of.

Two types of insurance policies that are often compared are Accidental Death and Dismemberment (AD&D) insurance and life insurance. Both of these policies offer coverage in the event of death, but they have distinct differences that are important to understand.

In this blog, we will explore the basics of AD&D insurance and life insurance, compare the coverage, premiums, and beneficiaries, discuss the pros and cons of each, and provide guidance on how to choose the right policy for your needs.

AD&D insurance vs life insurance

Understanding The Basics Of AD&D Insurance Vs Life Insurance

Accidental Death and Dismemberment (AD&D) insurance is a type of insurance policy that provides coverage specifically for accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing.

AD&D insurance policies are separate policies, often offered as supplemental coverage to a traditional life insurance policy. These policies typically pay a specified sum of money, known as the death benefit, to the policyholder’s beneficiaries in case of accidental death. AD&D coverage can be purchased as a standalone policy, or it can be added to a standard life policy as a rider.

On the other hand, life insurance companies provide financial protection to the policyholder’s beneficiaries in case of the policyholder’s death, whether it occurs due to natural causes, disease, accident, or any other cause covered by the policy.

There are different types of life insurance policies, including term life insurance, whole life insurance, and group life insurance, each with its own terms, coverage, and premiums. Term life insurance policies provide coverage for a specified period, typically 10, 20, or 30 years, while whole life insurance policies provide coverage for the policyholder’s entire life.

What Is AD&D Insurance?

AD&D insurance is specifically designed to provide coverage in the event of accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing. This type of insurance policy can be a good idea for individuals who are at a higher risk of accidental injuries, such as those with dangerous occupations, engaging in extreme sports, or participating in other activities with a higher likelihood of accidental injuries.

AD&D insurance policies are separate policies, often offered as supplemental coverage to a standard life insurance policy. These policies typically pay a specified sum of money, known as the death benefit, to the policyholder’s beneficiaries in case of accidental death.

The death benefit amount may vary depending on the policy terms, coverage, and the type of accident or injury covered. An AD&D rider can be added to a standard life insurance policy to increase your benefit (up to double, depending on the policy) if you die from a covered accident — and it can pay out a certain amount while you’re still alive if you have an accident that causes a qualifying injury.

It’s important to review the fine print of an AD&D insurance policy to understand the terms of coverage, the types of accidents covered, the coverage period, and any exclusions or limitations that may impact the policyholder’s ability to claim the death benefit.

Additionally, the coverage of AD&D insurance policies can often be customized to the policyholder’s needs, with the coverage amount, term, and additional riders, such as accidental death coverage, dismemberment coverage, or supplemental life insurance, being customizable.

AD&D Insurance Vs Life Insurance

What Is Life Insurance?

Life insurance, on the other hand, provides financial protection to the policyholder’s beneficiaries in case of the policyholder’s death, regardless of the cause.

This type of insurance policy offers coverage for death due to natural causes, disease, accident, or any cause covered by the policy. Life insurance policies can help cover funeral costs, medical expenses, outstanding debts, and provide financial support to the policyholder’s dependents after their death.

There are different types of life insurance policies available, including term life insurance, whole life insurance, and group life insurance.

Term life insurance policies provide coverage for a specified period of time, typically 10, 20, or 30 years, and the death benefit is paid out if the policyholder passes away within the coverage period. Whole life insurance policies, on the other hand, provide coverage for the policyholder’s entire life, as long as the policy premiums are paid. These policies also accumulate a cash value, which can be borrowed against or withdrawn.

To determine the type of life insurance policy that best suits your needs, it is important to consider factors such as coverage amount, premium costs, the policy’s terms and conditions, and the financial goals of the policyholder and their beneficiaries.

Comparing AD&D Insurance Vs Life Insurance

Now that we understand the basics of AD&D insurance and life insurance, let’s compare the coverage, premiums, and beneficiaries of these two types of insurance policies.

AD&D insurance vs life insurance

Coverage ( AD&D Insurance Vs Life Insurance )

AD&D insurance policies provide coverage specifically for accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing. These policies are designed to provide financial protection in case of accidental injuries or death, but they do not cover death due to natural causes, disease, or any cause of death covered by a life insurance policy, including heart attacks.

Life insurance policies, on the other hand, offer coverage for death due to natural causes, disease, accident, or any cause covered by the policy. These policies provide a death benefit, which is a sum of money paid to the policyholder’s beneficiaries upon the policyholder’s death, regardless of the cause of death, as long as it is covered by the policy.

The coverage of both types of insurance policies can be tailored to the policyholder’s needs, with the coverage amount, term, and additional riders being customizable.

It’s important to review the terms of coverage of the insurance policies to understand the types of accidents, injuries, or causes of death covered, as well as any exclusions, limitations, or time frame for coverage.

Premiums ( AD&D Insurance Vs Life Insurance )

AD&D insurance policies typically have lower premiums compared to life insurance policies, as the coverage is limited to accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing, while life insurance policies provide coverage for a broader range of causes of death.

The premiums of both types of insurance policies, including medical exam, can vary based on factors such as the policyholder’s age, health, occupation, lifestyle, coverage amount, term, and the insurance companies’ underwriting guidelines.

AD&D insurance policies may offer lower premiums because the coverage is limited to accidental death and severe injuries, which are generally less common than death due to natural causes.

Life insurance policies, especially whole life insurance policies, may have higher premiums, as the coverage extends for the policyholder’s entire life, and the policy also accumulates a cash value, which can be borrowed against or withdrawn.

To determine the affordability of the insurance policies, it’s important to consider the policyholder’s financial situation, budget, and the coverage needs of the policyholder and their beneficiaries.

Beneficiaries ( AD&D Insurance Vs Life Insurance )

Both AD&D Insurance Vs Life Insurance policies have beneficiaries who will receive the death benefit in case of the policyholder’s death.

The beneficiaries of an AD&D insurance policy are typically specified by the policyholder, and the policyholder can designate multiple beneficiaries, such as a spouse, children, or other loved ones, to receive the death benefit. In addition, if the policyholder dies in an accident, the beneficiary may receive payouts from both the main life insurance policy and the rider. This is known as double indemnity.

Life insurance policies also allow the policyholder to designate beneficiaries, who will receive the death benefit. The policyholder can choose a primary beneficiary, a contingent beneficiary, or a combination of both.

The death benefit of life insurance policies can be used to provide financial support to the policyholder’s dependents, pay off outstanding debts, cover funeral costs, or any other financial needs of the beneficiaries.

It’s important to regularly review the beneficiaries designated in the insurance policies, as life circumstances, such as marriage, divorce, or the birth of a child, may require updating the beneficiaries to ensure the death benefit is distributed according to the policyholder’s wishes.

The Pros And Cons Of AD&D Insurance

Now that we have a good understanding of AD&D insurance, let’s explore the advantages and disadvantages of this type of insurance policy. It’s important to weigh the pros and cons before making a decision about whether AD&D insurance is the right choice for you.

Advantages Of AD&D Insurance Vs Life Insurance

AD&D insurance policies have advantages that may make them a suitable choice for certain individuals, depending on their insurance needs, risk factors, and financial goals.

The main advantage of AD&D insurance is the coverage specifically for accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing, providing financial protection in case of these types of events.

This type of coverage can be particularly important for individuals who are at a higher risk of accidental injuries, such as those with dangerous occupations, engaging in extreme sports, or participating in other activities with a higher likelihood of accidental injuries.

AD&D insurance policies often have lower premiums compared to life insurance policies, making them a more affordable option for individuals who want financial protection against accidental death or severe injuries, but do not need the broader coverage of life insurance policies.

The lower premiums can be a significant benefit, especially for individuals on a tight budget or those who are looking to supplement their existing life insurance coverage.

AD&D insurance policies can be a good idea for individuals who want the flexibility to customize the coverage amount, term, and additional riders to better suit their insurance needs. This type of policy allows policyholders to tailor the coverage to their specific needs, ensuring they have the financial protection they require.

Disadvantages Of AD&D Insurance Vs Life Insurance

While AD&D insurance policies have advantages, they also have disadvantages that should be considered before choosing this type of insurance coverage.

The main disadvantage of AD&D insurance is the limited coverage, as the policy only provides financial protection in case of accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing, and does not cover death due to natural causes, disease, or any cause of death covered by a life insurance policy.

This limited coverage can be a drawback for individuals who want a comprehensive insurance policy that provides coverage for a broader range of causes of death.

AD&D Insurance Vs Life Insurance

AD&D insurance policies may have coverage terms, exclusions, or limitations, which can impact the policyholder’s ability to claim the death benefit, depending on the circumstances of the accident, injury, or dismemberment.

It’s important to carefully review the terms, coverage, exclusions, limitations, and the fine print of an AD&D insurance policy to fully understand the policy’s disadvantages, the policyholder’s rights, and the circumstances in which the death benefit can be claimed.

AD&D insurance policies may also have a time frame for coverage, meaning the policyholder is only covered for accidents, injuries, or dismemberment occurring within a specified period, and the coverage may not extend beyond that time frame, even if the policy is still in effect.

This time frame limitation can be a disadvantage for individuals who want coverage for a longer period of time, such as their whole life, or who want coverage that extends beyond a specified time frame.

The Pros And Cons Of Life Insurance

Now that we have explored the pros and cons of AD&D insurance, let’s turn our attention to life insurance. Understanding the advantages and disadvantages of life insurance policies is important when deciding if this type of coverage is the right choice for you and your loved ones.

Advantages Of Life Insurance

Life insurance policies offer a death benefit, providing financial support to the policyholder’s beneficiaries in case of the policyholder’s death. This death benefit can be a significant advantage, ensuring that the policyholder’s loved ones are taken care of financially, even in the event of a tragedy.

Life insurance policies, especially term life insurance policies, can help replace the loss of income caused by the policyholder’s death. This can be particularly important for families who rely on the policyholder’s income to cover living expenses, mortgage payments, and other financial obligations.

The death benefit from a life insurance policy can provide a financial safety net, giving the policyholder’s beneficiaries the financial support they need during a difficult time.

Life insurance policies can also be used as a financial tool, with some policies offering a cash value component. This allows the policyholder to build a savings or investment component within the policy, which can be borrowed against or withdrawn, if needed. This cash value can provide policyholders with a supplemental source of funds, offering financial flexibility and potential growth over time.

Having life insurance coverage can provide a sense of financial security, knowing that loved ones will be taken care of in the event of the policyholder’s death. This peace of mind can be a significant advantage, allowing policyholders to focus on their daily lives, knowing that their financial responsibilities and the well-being of their loved ones are protected.

How To Choose Between AD&D Insurance Vs Life Insurance?

Choosing between AD&D insurance and life insurance can be a decision that requires careful consideration of your insurance needs, risk factors, financial goals, and the coverage options available. Here are some factors to consider when deciding between the two types of insurance policies:

  • Consider the coverage needs of the policyholder and their beneficiaries. If the policyholder wants coverage specifically for accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing, AD&D insurance may be the more suitable choice. If the policyholder wants coverage for death due to natural causes, disease, accident, or any cause covered by the policy, life insurance may be the better option.
  • Evaluate the policy terms, including the death benefit and coverage period, of both AD&D and life insurance policies. Compare the coverage amounts, terms, and any additional riders or features offered by the policies to determine which policy best meets the policyholder’s insurance needs.
  • Assess the risk factors, such as the policyholder’s occupation, lifestyle, and health, that may impact the type of coverage needed. If the policyholder engages in high-risk activities, such as extreme sports, or has a dangerous occupation, AD&D insurance may provide the coverage necessary to mitigate those risks. If the policyholder has a stable occupation, a good medical history, and a lower risk of accidental injuries, life insurance coverage may be a more suitable choice.
  • Compare the costs of AD&D and life insurance policies, taking into account the policy premiums and potential benefits. Consider the affordability of the policies, the policyholder’s financial situation, and the coverage needs of the policyholder and their beneficiaries. It’s important to ensure that the policyholder can comfortably afford the premiums of the insurance policy without compromising their financial stability.
  • Consult with a financial advisor or insurance professional to determine the most suitable coverage option based on the policyholder’s specific needs, financial goals, and risk factors. These professionals can provide guidance and recommendations based on their expertise and experience, helping the policyholder make an informed decision about the type of insurance policy that best meets their needs.

Frequently Asked Questions AD&D Insurance Vs Life Insurance

What Is The Difference Between AD&D Insurance Vs Life Insurance?

AD&D Insurance Vs Life Insurance are two types of insurance policies that offer coverage in the event of the policyholder’s death, but they have distinct differences.
It’s important to understand the difference between the two types of insurance coverage, as it can impact the suitability of the policies for a policyholder’s insurance needs.
AD&D insurance, as we discussed earlier, covers accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing.
This type of insurance policy is specifically designed to provide financial protection in case of accidental injuries or death, and the coverage is limited to those types of events.

On the other hand, life insurance policies cover death from any cause, including natural causes, disease, accident, or any cause covered by the terms of the policy.

Life insurance policies provide a death benefit, a sum of money paid to the policyholder’s beneficiaries upon the policyholder’s death, regardless of the cause of death, as long as it is covered by the terms of the policy.

AD&D insurance typically has lower premiums than life insurance, as the coverage is limited to accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing, which are generally less common than death due to natural causes.
AD&D insurance policies may offer a more affordable option for individuals who want financial protection against accidental death or severe injuries but do not need the broader coverage of life insurance policies.

It’s important to note that the chances of dying from an illness, such as heart disease, cancer, or COVID-19, are greater than the chances of dying from an accident.
This information comes from 2021 data from the Centers for Disease Control and Prevention, highlighting the importance of disease control in overall mortality rates.
It’s important to assess your needs and choose the right coverage for you.
Consider factors such as your risk factors, insurance needs, financial goals, and the coverage options available to make an informed decision about the type of insurance policy that best meets your needs.

When Is It Appropriate To Choose AD&D Over Life Insurance, And Vice Versa?

The choice between AD&D Insurance Vs Life Insurance depends on a variety of factors, including the policyholder’s insurance needs, risk factors, financial goals, and the coverage options available.
Here are some scenarios when it may be appropriate to choose AD&D insurance over life insurance, and vice versa:
AD&D insurance is suitable for individuals who engage in high-risk activities, such as extreme sports, or have a dangerous occupation, as it provides coverage specifically for accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing.

Life insurance, on the other hand, is ideal for individuals who want to secure their family’s financial future after their death, regardless of the cause of death. It provides coverage for death from any cause covered by the policy, including natural causes, disease, accident, or any cause specified in the policy terms.

If the policyholder has a higher risk of accidental injuries, a policy that combines both AD&D Insurance Vs Life Insurance may be a suitable choice.
This combination of coverage can provide a more comprehensive protection plan, offering coverage for accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, loss of hearing, and death due to natural causes, disease, accident, or any cause covered by the policy.

Ultimately, the choice between AD&D Insurance Vs Life Insurance depends on the policyholder’s specific circumstances, insurance needs, risk factors, and financial goals.
It’s important to carefully evaluate the coverage options, terms, and costs of the insurance policies, and consult with a financial advisor or insurance professional to determine the most appropriate coverage option.

What Factors Should I Consider When Deciding Between AD&D Insurance Vs Life Insurance?

When deciding between AD&D Insurance Vs Life Insurance, there are several factors to consider, as the choice of coverage depends on the policyholder’s insurance needs, risk factors, financial goals, and the coverage options available.
Here are some factors to consider when making the decision:
Consider the policyholder’s coverage needs. If the policyholder wants coverage specifically for accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing, AD&D insurance may be the more suitable choice.
If the policyholder wants coverage for death due to natural causes, disease, accident, or any cause covered by the policy, life insurance may be the better option.

Evaluate the terms of the insurance policies, including the death benefit, coverage period, and any additional riders or features offered. Compare the coverage amounts, terms, and costs of the policies to determine which policy best meets the policyholder’s insurance needs.

Assess the policyholder’s risk factors, such as their occupation, lifestyle, and health, that may impact the type of coverage needed. If the policyholder engages in high-risk activities, such as extreme sports, or has a dangerous occupation, AD&D insurance may provide the coverage necessary to mitigate those risks.

If the policyholder has a stable occupation, a good medical history, and a lower risk of accidental injuries, life insurance coverage may be a more suitable choice.
Compare the costs of the insurance policies, taking into account the policy premiums and potential benefits.
Consider the affordability of the policies, the policyholder’s financial situation, and the coverage needs of the policyholder and their beneficiaries. It’s important to ensure that the policyholder can comfortably afford the premiums of the insurance policy without compromising their financial stability.

Consult with a financial advisor or insurance professional to determine the most suitable coverage option based on the policyholder’s specific needs, financial goals, and risk factors.
These professionals can provide guidance and recommendations based on their expertise and experience, helping the policyholder make an informed decision about the type of insurance policy that best meets their needs.

Is It Possible To Have Both AD&D Insurance Vs Life Insurance Policies?

Yes, it is possible to have both AD&D Insurance Vs Life Insurance policies. These policies can complement each other, providing a more comprehensive coverage plan for the policyholder and their beneficiaries.

AD&D insurance policies provide coverage specifically for accidental death, severe injuries, dismemberment, loss of a limb, loss of sight, or loss of hearing, while life insurance policies provide coverage for death due to natural causes, disease, accident, or any cause covered by the policy.

Having both policies can provide a more comprehensive coverage plan, offering protection in case of accidental injuries, severe injuries, dismemberment, loss of a limb, loss of sight, loss of hearing, and death due
to natural causes, disease, accident, or any cause covered by the policy.
By having both types of policies, the policyholder can benefit from the advantages of each type of coverage.

AD&D insurance policies often have lower premiums compared to life insurance policies, making them a more affordable option for individuals who want financial protection against accidental death or severe injuries.
Life insurance policies, on the other hand, offer a death benefit that provides financial support to the policyholder’s beneficiaries, regardless of the cause of death.

This means that a life policy can provide coverage for any cause of death, including accidents, illnesses, or natural causes, ensuring that the policyholder’s loved ones are protected in any situation.

It’s important to regularly review the insurance policies, the coverage amounts, the policy terms, the beneficiaries designated, and the premiums paid, to ensure that the coverage is adequate, the policies are up-to-date, and the policyholder’s insurance needs are being met.

Conclusion (AD&D Insurance Vs Life Insurance)

In conclusion, when deciding between AD&D Insurance Vs Life Insurance, it’s important to consider your specific needs and circumstances.

AD&D insurance provides coverage for accidents and injuries, while life insurance offers financial protection in the event of death. Both have their advantages and disadvantages, so it’s crucial to carefully weigh the options.

Factors such as coverage, premiums, beneficiaries, and personal preferences should be taken into account. It’s also worth noting that some individuals may choose to have both AD&D and life insurance policies for comprehensive coverage.

Ultimately, the decision should be based on your individual situation and goals. Consulting with an advisor can help you make an informed choice that aligns with your needs.

]]>
https://bcinsuranceagent.com/blog/add-insurance-vs-life-insurance/feed/ 0
Canadian Long Term Disability Insurance Cost https://bcinsuranceagent.com/blog/canadian-long-term-disability-insurance-cost/ https://bcinsuranceagent.com/blog/canadian-long-term-disability-insurance-cost/#respond Wed, 13 Dec 2023 16:08:53 +0000 https://bcinsuranceagent.com/?p=777 Understanding The Canadian Long Term Disability Insurance Cost

Canadian Long Term Disability Insurance Cost Disability insurance is an essential type of insurance coverage that provides financial protection in the event of disability, ensuring income replacement when you are unable to work.

In Canada, long-term disability insurance policies offer coverage for an extended period, often until retirement age, providing peace of mind and financial stability. However, understanding the cost of disability insurance, particularly long-term disability insurance, can be a complex process.

In this blog, we will demystify the cost of long-term disability insurance in Canada, exploring the factors that influence premiums, benefits, coverage, and more. Individual plans for disability insurance are available for purchase in Canada, providing options for individuals to obtain coverage tailored to their specific needs.

Understanding Canadian Long Term Disability Insurance Cost

Disability insurance is a type of insurance policy that provides income replacement if you become disabled and are unable to work. It acts as a safety net, protecting your income and financial stability in the event of disability.

What Is Disability Insurance?

Disability insurance, also known as income protection insurance, is designed to replace a portion of your income if illness, injury, or disability prevents you from working. It ensures financial stability during disability, allowing you to focus on recovery without worrying about loss of earnings.

Disability insurance plans typically have an elimination period, which is the waiting period before benefits begin. This waiting period can range from 30 to 180 days, depending on the policy. During this waiting period, individuals are responsible for covering expenses until benefits kick in.

Disability insurance coverage can be tailored to fit individual needs, with options such as own occupation coverage and benefit period length.

Own occupation coverage provides benefits if you are unable to perform your own occupation, while any occupation coverage only pays benefits if you cannot work in any occupation.

Canadian long term disability insurance cost

Benefits Of Canadian Long Term Disability Insurance Cost

The benefits of disability insurance go beyond income replacement. Here are some key advantages of having disability insurance coverage:

  • Protects income: Disability insurance acts as a safety net, ensuring income replacement when disability prevents you from working. It allows you to maintain financial stability, pay bills, and cover regular expenses, even if you cannot earn an income.
  • Covers medical expenses: Disability insurance benefits can also cover medical expenses related to your disability, including doctors’ fees, hospitalization, medication, rehabilitation, and therapy. This coverage helps alleviate the financial burden of medical expenses during disability.
  • Provides peace of mind: Knowing that disability insurance benefits are in place provides peace of mind, as you have financial protection in case of illness, injury, or disability. It allows you to focus on recovery, knowing that your income is protected.
  • Long-term financial stability: Disability insurance benefits can provide income replacement until retirement age, ensuring long-term financial stability. This coverage allows you to plan for the future, even in the face of disability.

Types Of Canadian Long Term Disability Insurance Cost And Their Coverage

There are different types of disability insurance, each offering varying coverage and benefits. Let’s explore short-term disability insurance and long-term disability insurance in more detail.

Brief On Short-term Disability Insurance

Short-term disability insurance provides coverage for a limited period of time, usually up to six months. It is designed to provide income replacement during the initial period of disability, before long-term disability insurance benefits kick in.

Short-term disability insurance benefits are typically paid at a higher percentage of your income compared to long-term disability insurance benefits. This higher benefit percentage helps individuals cover expenses during the earlier stages of disability.

Short-term disability insurance policies often have a shorter elimination period, meaning benefits can start sooner after disability occurs. This coverage is particularly helpful for individuals recovering from illness, injury, or surgery, allowing them to maintain financial stability while they are unable to work.

Short-term disability insurance premiums may be lower compared to long-term disability insurance premiums, but coverage duration is shorter.

Details On Canadian Long Term Disability Insurance Cost

Long-term disability insurance, as the name suggests, provides coverage for an extended period, often until retirement age. It offers income replacement benefits if illness, injury, or disability prevents you from working in the long term.

Long-term disability insurance benefits can replace a portion of your income, providing financial stability during disability. The benefit percentage is usually lower compared to short-term disability insurance, but coverage duration is much longer.

Long-term disability insurance policies typically have a longer elimination period, ranging from 60 to 180 days, before benefits begin. This waiting period allows individuals to cover expenses during the initial stages of disability, using savings, sick leave, or short-term disability insurance benefits.

The premiums for long-term disability insurance policies are determined by factors such as age, health status, occupation, income, coverage amount, benefit period, elimination period, and additional riders.

Factors Influencing The Canadian Long Term Disability Insurance Cost

Several factors influence the cost of disability insurance premiums in Canada. Let’s explore the role of income and health conditions in determining insurance premiums.

Role Of Income In Determining Insurance Premiums

Income plays a crucial role in determining disability insurance premiums, as benefits are designed to replace a portion of your income if you become disabled. Higher income levels generally result in higher disability insurance premiums, as the coverage amount and potential benefits increase.

When applying for disability insurance, it is important to accurately report your income, as premiums are calculated based on this information. Underestimating income may result in inadequate coverage, while overestimating income may lead to higher premiums than necessary.

Some disability insurance policies have maximum monthly benefit limits, which can impact premiums for higher-income individuals. These maximum benefit limits ensure that disability insurance benefits do not exceed a certain percentage of income, maintaining the financial stability of insurance companies.

Working with an insurance professional can help you understand how income affects disability insurance premiums and find the coverage that aligns with your financial situation.

Impact Of Health Conditions On Insurance Cost

Health conditions and medical history can impact disability insurance premiums, as insurance companies assess the risk of disability. Pre-existing health conditions may result in higher premiums or exclusions for coverage related to those conditions.

Lifestyle factors, such as smoking or engaging in high-risk activities, can also affect disability insurance premiums. Insurance companies consider these factors when determining insurance premiums, as they increase the likelihood of disability or illness.

During the disability insurance application process, insurance companies may require medical exams, medical records, or health questionnaires to assess health status. Providing accurate and complete health information is essential, as failing to do so can lead to policy cancellation or denial of benefits.

How Much Does Canadian Long Term Disability Insurance Cost per Month?

The cost of long-term disability insurance varies depending on factors such as age, health status, occupation, income, coverage amount, benefit period, elimination period, and additional riders. On average, disability insurance premiums can range from 1% to 3% of your gross income.

Calculating disability insurance premiums requires considering individual circumstances, coverage needs, and financial stability. Using a disability insurance calculator or working with an insurance professional can help estimate the monthly cost of coverage based on individual factors.

This comparison allows individuals to find the disability insurance plan that meets their needs and budget, providing peace of mind and financial stability.

Calculation Of Monthly Premiums

When it comes to calculating the monthly premiums for disability insurance policies, there are several factors at play.

These factors include age, occupation, health status, and the coverage amount. The waiting period, benefit period, and coverage type chosen also influence the monthly premiums. To determine the premiums, insurance companies use actuarial calculations based on these factors.

The elimination period, which is the waiting period before benefits start, can affect the monthly premiums. Similarly, the benefit period, or the length of time benefits are paid, also impacts the premiums.

Understanding Canadian Long Term Disability Insurance Payouts

Disability insurance policies, including disability policies, offer monthly income replacement benefits in the event that you are unable to work due to a disability.

The amount of the monthly benefit is typically a percentage of your regular income, with a maximum monthly benefit cap. These benefits are designed to replace a portion of your income, helping you maintain financial stability during your period of disability.

The benefit period of disability insurance policies varies and can range from a few years to age 65, which influences the total benefits you can receive.

Additionally, some disability insurance policies provide own occupation coverage, meaning they will provide benefits if you are unable to perform your specific occupation, rather than just any occupation.

Canadian long term disability insurance cost

Frequency of Canadian Long Term Disability Insurance Cost Benefits

Disability insurance benefits are typically paid on a monthly basis, providing regular income replacement during disability. The frequency of disability insurance benefits can vary depending on the policy, with some policies offering benefits on a weekly or biweekly basis.

This allows individuals to receive a steady stream of income while they are unable to work due to their disability. Choosing the benefit frequency that suits individual preferences and financial needs is an important aspect of disability insurance.

It ensures that policyholders have the necessary financial support to cover their living expenses while they are unable to earn a regular income. To continue receiving disability insurance benefits, insurance companies may require medical documentation to validate the policyholder’s ongoing disability.

This helps ensure that the benefits are provided to those who genuinely need them.

Eligibility for Canadian Long Term Disability Insurance

Long-term disability insurance in Canada is available to employees, self-employed individuals, and business owners. Employees can often get coverage through their employer’s benefits plan, while self-employed individuals and business owners can purchase individual policies.

Eligibility depends on factors such as age, occupation, health status, and income.

Eligibility Criteria for Canadian Long Term Disability Insurance

When it comes to disability insurance, the eligibility criteria can vary depending on the insurance provider and policy. Generally, individuals who are between the ages of 18 and 65 are eligible for disability insurance coverage.

To determine eligibility, applicants may be required to provide medical information, including their health history. Some disability insurance policies also have specific occupation requirements, limiting coverage to certain professional fields.

For example, RBC Insurance offers The Professional Series® Policy, which provides coverage for high-income executives or professionals who work on a fee-for-service basis, such as doctors or lawyers, aged 18-60. It’s worth noting that insurance companies may take pre-existing medical conditions into consideration when assessing eligibility for disability insurance coverage.

So, if you’re considering getting disability insurance, be sure to familiarize yourself with the specific eligibility criteria of the policy you’re interested in.

Are Disability Insurance Premiums Tax-deductible in Canada?

Disability insurance premiums in Canada may or may not be tax-deductible, depending on factors like policy type and individual circumstances. While individual policies generally aren’t tax-deductible, those obtained through an employer’s benefits plan might be.

Consult a tax professional or financial advisor for personalized advice on the tax implications of disability insurance premiums.

Can Self-employed Individuals Purchase Canadian Long Term Disability Insurance?

Self-employed individuals have the option to purchase long-term disability insurance. These individual policies are crucial as they provide income protection in case of disability.

By tailoring the policy to their needs, self-employed individuals can maintain financial stability during a period of disability. Researching and comparing options is advisable for finding the best policy to keep your policy active.

How to Choose the Best Provider Canadian Long Term Disability Insurance ?

When choosing a disability insurance provider, it’s important to research and compare policies, benefits, premiums, and coverage options. Consider the financial stability, reputation, and customer service of different companies.

Look into the claims process and read reviews from policyholders. Seek advice from insurance brokers or financial advisors for guidance.

Is there an Ideal Age to Drop Disability Insurance in Canada?

Determining the right time to drop disability insurance in Canada depends on various factors such as individual circumstances, financial stability, retirement plans, and health status.

Some may consider dropping it nearing retirement age if they have sufficient savings while others may view it as a safety net regardless of age. Evaluating the financial impact is crucial before making a decision. Consulting with a financial advisor can help assess individual needs and retirement goals.

Canadian long term disability insurance cost

Frequently Asked Questions Canadian Long Term Disability Insurance Cost

What factors determine the cost of Canadian Long Term Disability Insurance?

Factors that influence the cost of long-term disability insurance in Canada include an individual’s age, health, occupation risk level, waiting period before benefits start, and the percentage of income to be replaced by the policy.

How does my occupation affect the cost of Canadian Long Term Disability Insurance policy?

Your occupation plays a significant role in determining the cost of your long-term disability insurance policy.
High-risk jobs like construction or firefighting may result in higher premiums, while low-risk occupations such as office work may lead to lower premiums.
Discussing occupational factors, including the type of coverage, with your insurance provider is crucial for understanding the cost of your policy.

What is the difference between short-term and Canadian Long Term Disability Insurance?

Short-term disability insurance usually covers up to six months, while long-term disability insurance can last for years or even until retirement age.
Long-term disability insurance is generally more expensive due to the longer coverage period, but short-term disability benefits are typically paid out more quickly.

Is it possible to reduce the cost of my long-term Canadian Long Term Disability Insurance policy by adjusting my coverage?

Yes, you can lower the cost of your long-term disability insurance policy by adjusting your coverage.
Increasing your waiting period, opting for a shorter benefit period or lower monthly benefit amount can help reduce costs. Working with an experienced insurance agent can assist in finding the right balance between cost and coverage.

Conclusion Canadian Long Term Disability Insurance Cost

In conclusion, long-term disability insurance is an essential investment to protect your financial well-being in case of unexpected circumstances. It provides a safety net by replacing a portion of your income if you become disabled and unable to work.

The cost of long-term disability insurance depends on various factors such as your age, health condition, occupation, and coverage amount.

It is important to choose a reputable and reliable insurance provider that offers comprehensive coverage and competitive premiums. Remember, the cost of insurance is a small price to pay for the peace of mind it brings. So, take the necessary steps to secure your future and consult with an insurance professional to determine the best policy for your needs.

]]>
https://bcinsuranceagent.com/blog/canadian-long-term-disability-insurance-cost/feed/ 0
Private Health Services Plan Canada https://bcinsuranceagent.com/blog/private-health-services-plan-canada/ https://bcinsuranceagent.com/blog/private-health-services-plan-canada/#respond Sun, 10 Dec 2023 19:37:57 +0000 https://bcinsuranceagent.com/?p=780 A Comprehensive Guide

Private Health Services Plan Canada (PHSP) offer tax benefits for eligible health expenses, making them an attractive option for small business owners and self-employed individuals in Canada.

Unlike traditional health insurance plans, PHSPs provide flexibility in choosing eligible medical expenses, allowing plan members to have more control over their health care spending.

In this comprehensive guide, we will explore the concept of private health services plans, their benefits for different business entities, administration, compliance with Canada Revenue Agency (CRA) regulations, and their impact on health care spending in Canada. Additionally, employees who pay a portion of the PHSP premiums may qualify for the medical expense tax credit, further reducing their tax burden.

Understanding The Concept Of Private Health Services Plan Canada (PHSP)

A private health services plan, or PHSP, is an inexpensive way for employers to provide tax-free health coverage to their employees under the Income Tax Act. Unlike traditional health insurance plans, PHSPs are not insurance plans themselves, but rather reimbursement plans for eligible medical expenses.

This means that plan members can submit claims for eligible expenses and receive reimbursement, providing coverage for services such as prescription drugs, dental care, vision care, and more.

One of the key benefits of a PHSP is its tax advantage. PHSP contributions can be deductible business expenses, allowing business owners to save on taxes while providing health coverage to their employees.

This tax benefit can be especially valuable for small business owners and self-employed individuals, who can deduct their medical expenses as business expenses, reducing their taxable income.

With this plan, you are able to claim 100% of your medical expenses, including a comprehensive list of eligible expenses such as qualified medical practitioners, procedures, and medical devices, making a PHSP an attractive choice for any small business owner.

Additionally, it is important to note that if the payment of shareholder medical expenses does not qualify as a PHSP payment, it will be considered a taxable benefit to the shareholder. This means that the shareholder will be subject to taxation on the amount, resulting in double taxation.

Private Health Services Plan Canada

The Working Mechanism Of A Private Health Services Plan Canada

The working mechanism of a PHSP is relatively straightforward. When a plan member incurs an eligible health expense, they can submit a claim to the plan administrator, who will then review the claim and provide reimbursement if it meets the plan’s guidelines. The reimbursement can cover a percentage of the expense, depending on the plan design.

To ensure smooth administration of a PHSP, plan members typically contribute a set amount to the plan on a regular basis, such as monthly premiums. These contributions are deductible business expenses, providing further tax benefits for business owners.

The administration fee, which covers plan management services, including claims processing, can also be tax-deductible.

PHSP benefits can be used to cover a wide range of medical expenses, such as prescription drugs, vision care, and paramedical services like physiotherapy, massage therapy, and chiropractic services provided by a qualified medical practitioner.

This flexibility allows plan members to tailor their health coverage to their individual needs, unlike traditional health insurance plans, which may have fixed coverage options. Additionally, plan members have the option to include preventive dental coverage, ensuring comprehensive dental care as part of their overall health coverage.

Benefits Of A Private Health Services Plan Canada For Different Business Entities

PHSPs offer benefits for various business entities, including sole proprietorships, small businesses, and corporations. Let’s explore the advantages of using a PHSP for each of these entities.

Utilizing PHSP In Sole Shareholder Sole Employee Businesses

For sole shareholder sole employee businesses, a Private Health Services Plan Canada can provide health coverage for the business owner and their dependents, making it an ideal solution for a one person business. This can be particularly beneficial for small business owners, as it allows them to access health benefits that are typically associated with larger companies.

With a PHSP, sole proprietor business owners can save on health expenses, as eligible medical expenses can be reimbursed tax-free through the plan. The usage example of the keyword “one person business” helped me understand that a PHSP can be used by incorporated consultants, contractors, and professional corporations with or without a spouse, which aligns perfectly with the context of the original paragraph.

By adding the keyword “one person business,” I have enhanced the paragraph’s relevance to the target audience of the blog, which is about utilizing a PHSP in sole shareholder sole employee businesses.

The benefits of a PHSP can cover a wide range of expenses, including prescription drugs, dental care, vision care, and more. This can help sole proprietor business owners and their dependents access necessary health services without incurring significant out-of-pocket expenses.

Additionally, a PHSP can be integrated with existing health insurance plans, allowing sole proprietor business owners to benefit from comprehensive coverage. By combining traditional health insurance with a PHSP, business owners can maximize their health benefits while minimizing costs.

Advantages Of Private Health Services Plan Canada For Corporations

Corporations can also benefit from implementing a PHSP as part of their employee benefits package. One of the primary advantages of a PHSP for corporations is the tax efficiency it offers. By providing health benefits through a Private Health Services Plan Canada, corporations can deduct plan contributions as business expenses, reducing their taxable income.

Another advantage of a Private Health Services Plan Canada for corporations is the flexibility it provides in designing health benefits for employees. Corporations can customize PHSP benefits based on employee needs, allowing them to provide coverage for services that are relevant to their workforce.

This can help corporations attract and retain top talent, as comprehensive health benefits can be a valuable incentive for employees.

PHSP benefits can cover eligible medical expenses, including dental care, prescription drugs, vision care, and more. By offering coverage for these services, corporations can ensure that their employees have access to necessary health care, promoting overall well-being and productivity in the workplace.

Navigating Through The Administration Of Private Health Services Plan Canada

While the benefits of a PHSP are clear, navigating through the administration of the plan can seem daunting. However, with the right understanding and support, managing a PHSP can be relatively straightforward.

What Does The Administration Of PHSP Involve?

The administration of a PHSP involves several key tasks, including plan setup, member enrollment, benefit customization, claims processing, and compliance with tax regulations.

Plan setup includes determining the plan design, such as coverage levels, eligible expenses, and reimbursement percentages. Once the plan is set up, plan members can enroll and start contributing to the plan. Benefit customization allows plan members to tailor their coverage based on their individual health needs.

Claims processing is an essential part of PHSP administration. Plan members can submit health expense claims to the plan administrator, who will review and process the claims for reimbursement.

It is crucial to maintain accurate records of health expense claims and reimbursement documentation, as these may be required for tax reporting and compliance purposes.

Compliance with tax regulations, including CRA guidelines, is of utmost importance in administering a PHSP. The plan must align with the CRA’s regulations on eligible medical expenses, plan contributions, and tax reporting.

Regular review of CRA guidelines can help ensure plan compliance and avoid tax penalties.

Comparing PHSP With Traditional Health Insurance

While traditional health insurance plans have been the go-to option for health coverage, PHSPs offer several advantages that make them worth considering as an alternative.

Compliance Of PHSP With Canada Revenue Agency (CRA)

Compliance with CRA regulations is crucial to ensure that plan members can benefit from tax savings and eligible health expenses can be reimbursed tax-free through a PHSP.

Ensuring Your PHSP Is Aligned With CRA Regulations

To ensure that your PHSP is aligned with CRA regulations, it is essential to follow certain guidelines and rules set out by the agency.

How Does A PHSP Influence The Health Care Spending In Canada?

PHSPs can have a significant impact on health care spending in Canada, offering individuals and business owners more control over their health care expenses.

Private Health Services Plan Canada

Frequently Asked Questions Private Health Services Plan Canada

What is a Private Health Services Plan (PHSP) in Canada?

A private health services plan, or PHSP, is a tax-free way for employers to provide health benefits to their employees, offering coverage for eligible medical expenses, such as prescription drugs, dental care, vision care, and more.

How does a PHSP benefit self-employed individuals and small business owners?

Self-employed individuals and small business owners can benefit from a PHSP by deducting their medical expenses as business expenses, saving on taxes, and accessing health coverage for eligible expenses, such as dental care, prescription drugs, vision care, and more.

What medical expenses are eligible for reimbursement under a PHSP?

Eligible medical expenses under a PHSP can include dental care, prescription drugs, vision care, paramedical services, and more, helping plan members access necessary health services.

Are there any limitations or restrictions to using a PHSP for healthcare expenses?

While PHSPs offer flexibility, there are limitations and restrictions on eligible medical expenses, pre-approval requirements, and non-medical expenses that cannot be covered, such as cosmetic procedures or gym memberships.

Conclusion ( Private Health Services Plan Canada )

In conclusion, a Private Health Services Plan (PHSP) offers numerous benefits for different types of businesses. Whether you’re a sole shareholder or a corporation, a PHSP provides flexibility and cost-saving advantages.

The administration of a PHSP involves managing reimbursements and ensuring compliance with Canada Revenue Agency (CRA) regulations. Compared to traditional health insurance, a PHSP offers more control and customization options.

It allows self-employed individuals and small business owners to access tax-deductible healthcare benefits. Eligible medical expenses can be reimbursed through a PHSP, providing financial relief. While there may be limitations or restrictions, the overall convenience and savings make a PHSP a valuable option for healthcare spending in Canada.

Consider implementing a PHSP to optimize your healthcare benefits and support the well-being of your employees.

]]>
https://bcinsuranceagent.com/blog/private-health-services-plan-canada/feed/ 0
International Health Insurance For Canadians https://bcinsuranceagent.com/blog/international-health-insurance-for-canadians/ https://bcinsuranceagent.com/blog/international-health-insurance-for-canadians/#respond Sat, 09 Dec 2023 00:16:17 +0000 https://bcinsuranceagent.com/?p=773 Canadians love to travel, whether it’s for a quick weekend getaway, a longer vacation, or an extended stay abroad. While travel can be exciting and enriching, it’s essential to prioritize health and safety, especially when venturing outside of Canada.

International health insurance plays a crucial role in protecting Canadians and ensuring peace of mind while traveling. In this blog, we will explore the importance of international health insurance for Canadians, the types of coverage available, factors to consider when choosing a plan, and the implications of COVID-19 on insurance coverage. Let’s dive in!

Understanding International Health Insurance

When it comes to travel insurance, many Canadians are familiar with standard travel insurance plans that cover trip cancellation, baggage loss, and emergency medical expenses during a trip.

However, international health insurance goes beyond these basic coverages. It provides comprehensive medical coverage, emergency care, evacuation services, and peace of mind in case of medical emergencies while traveling or living abroad.

International Health Insurance for Canadians

Importance Of International Health Insurance For Canadians

Traveling outside of your home province can leave you vulnerable to medical expenses that may not be covered by government health plans. While government health plans provide coverage within Canada, they often do not extend coverage to medical expenses incurred abroad. This is where international health insurance becomes crucial.

International health insurance offers access to medical care and services in foreign countries, ensuring that you receive the necessary medical attention while away from home. It protects Canadians from high medical costs, provides peace of mind, and ensures that you receive quality care, regardless of your travel destination.

The Role Of Government Health Plans

While government health plans cover medical expenses within Canada, they may not cover medical expenses incurred outside of the country. As a result, Canadians traveling abroad should consider private insurance plans to fill the gaps left by government health plans.

By complementing the coverage provided by government health plans, international health insurance ensures that Canadians have comprehensive coverage, regardless of their travel destination. It offers peace of mind, knowing that medical expenses will be covered, even in the case of emergencies.

Types Of International Health Insurance for Canadians

International health insurance plans come in various forms, catering to different travel needs and durations. Let’s explore some of the common types of coverage available:

Single-Trip Insurance

Single-Trip insurance provides coverage for medical expenses during a single trip. It is ideal for Canadians who travel occasionally or for shorter durations. This coverage includes medical emergencies, trip cancellation, and baggage loss, offering peace of mind during your travel.

Single-Trip insurance plans can be customized based on individual travel requirements, ensuring that you have coverage tailored to your trip’s specific needs.

Multi-Trip Insurance

Multi-Trip insurance, also known as annual travel insurance, provides coverage for multiple trips within a specified period of time, typically one year. It is suitable for Canadians who travel frequently throughout the year, whether for business or pleasure.

Multi-Trip insurance plans cover medical emergencies, trip interruption, baggage loss, and other travel-related expenses. By opting for multi-trip insurance, Canadians can save money compared to purchasing insurance plans for each trip individually.

Insurance For Pre-existing Conditions

Insurance plans for pre-existing conditions cover medical expenses related to existing health conditions, ensuring that Canadians with pre-existing conditions have coverage while traveling abroad.

These plans offer coverage for medical emergencies, medical expenses, emergency medical evacuation, and peace of mind, knowing that medical costs related to pre-existing conditions are taken care of. It is essential for Canadians with pre-existing conditions to carefully review insurance plans to ensure coverage meets their specific needs.

Factors to Consider When Choosing A Plan

When choosing an international health insurance plan, there are several factors that Canadians should consider. Let’s explore these factors in detail:

Duration Of The Trip

The duration of your trip is an important factor to consider when choosing an insurance plan. Shorter trips may require single-trip insurance, while longer trips may benefit from multi-trip insurance coverage. It is essential to ensure that the coverage period of the insurance plan aligns with your travel plans, as insurance plans may have coverage limits based on the duration of the trip.

Existing Medical Conditions

If you have existing medical conditions, it is crucial to choose insurance plans that cover pre-existing conditions. It is important to disclose all medical conditions when applying for insurance coverage, as insurance plans may have waiting periods for coverage of pre-existing conditions.

Canadians with existing medical conditions should carefully review coverage limits and exclusions of insurance plans, ensuring that the plan provides adequate coverage for their specific needs.

Destination

The travel destination plays a significant role in determining the coverage options and benefits offered by international health insurance plans. Different insurance plans may have different coverage levels, medical provider networks, and travel advisory warnings for specific destinations.

It is important to choose the right plan for your travel destination, considering any potential risks, medical care availability, and coverage requirements.

How To Purchase International Health Insurance for Canadians

Now that we understand the importance of international health insurance and the factors to consider, let’s explore how to purchase insurance plans that meet your travel needs:

Researching Options International Health Insurance for Canadians

Start by researching a wide range of insurance providers, exploring their coverage options, waiting periods, cancellation policies, and customer reviews. Compare insurance plans, considering coverage, costs, benefits, and inclusive plans, including dental care, ambulance services, medical evacuation, and coverage for travel within the United States.

Researching multiple options will help you find insurance plans that align with your travel requirements.

International Health Insurance for Canadians

Comparing Insurance Plans

Evaluate insurance plans based on coverage, costs, benefits, medical provider networks, waiting periods, and coverage for pre-existing conditions, dental care, medical emergencies, ambulance services, medical evacuation, trip interruption, flight accident, baggage loss, unlimited trip interruption coverage, and medical bills.

Comparing insurance plans will help you make an informed decision, ensuring that you choose a plan that provides the coverage you need at a reasonable price.

What Does And Doesn’t International Health Insurance Cover?

International health insurance offers coverage for medical expenses incurred while traveling or living abroad. It typically covers emergency medical treatment, hospital stays, surgery, and prescription medications.

However, it may not cover pre-existing conditions, routine check-ups, preventive care, maternity care, or dental and vision services. It’s important to review the policy details and exclusions to understand what is covered before purchasing international health insurance.

Typical Inclusions In An Insurance Plan

International health insurance plans typically cover medical expenses, emergency care, evacuation services, dental care, travel accident insurance, baggage loss coverage, medical conditions, ambulance services, medical providers, travel within the home province of the insured, unlimited trip interruption coverage, flight accident coverage, and medical bills. These inclusions provide comprehensive coverage, ensuring that you have peace of mind during your travel.

Common Exclusions In An Insurance Plan

While insurance plans cover many medical expenses, there are common exclusions to be aware of. Insurance plans often exclude coverage for pre-existing medical conditions, trip cancellation or interruption, waiting periods for certain coverage options, medical conditions related to travel advisory warnings, and medical expenses incurred during longer stay trips.

It is essential to carefully review the coverage details of insurance plans to understand the exclusions, ensuring that you choose a plan that aligns with your travel needs.

What Are The Implications of COVID-19 on International Health Insurance For Canadians?

The COVID-19 pandemic has brought new challenges and considerations for travel insurance. Understanding how insurance plans cover medical expenses related to COVID-19 is crucial in protecting yourself during travel. Let’s explore the implications of COVID-19 on international health insurance coverage:

Frequently Asked Questions International Health Insurance for Canadians

What is international health insurance and why might Canadians need it?

International health insurance provides coverage for medical emergencies and treatments when traveling or living abroad.
Canadians may need it if their Canadian health insurance doesn’t cover them outside of Canada or if they plan to stay abroad for an extended period. Comparing plans is crucial to ensure they meet specific needs.

What are some key factors to consider when choosing international health insurance?

When choosing international health insurance, it’s important to consider coverage options like emergency medical and hospitalization. Look into the network of doctors and hospitals that the insurance company partners with. Check for any exclusions or limitations on pre-existing conditions and compare costs to find a plan that fits your budget.

What types of coverage are typically included in international health insurance plans for Canadians?

Typically, international health insurance plans for Canadians include emergency medical coverage, routine checkups, prescription drugs, dental care, as well as medical evacuation and repatriation. It’s important to review the coverage details and exclusions before purchasing a plan.

How does international health insurance differ from standard travel insurance?

International health insurance differs from standard travel insurance by offering more comprehensive medical coverage. While travel insurance usually only covers emergencies, international health insurance includes routine care and may cover pre-existing conditions. It’s important to carefully review the coverage of both types before making a decision.

Conclusion ( International health Insurance Canada )

In conclusion, international health insurance is an essential consideration for Canadians traveling abroad. It provides peace of mind and financial protection in case of unforeseen medical emergencies. There are various types of coverage available, such as single-trip insurance, multi-trip insurance, and coverage for pre-existing conditions.

When choosing a plan, factors such as the duration of the trip, existing medical conditions, and the destination should be taken into account. It is important to thoroughly research and compare insurance plans to find the one that best suits your needs.

International health insurance typically covers medical expenses, emergency medical evacuation, and repatriation. However, there may be certain exclusions, so it is important to carefully review the policy.

It is also important to note that international health insurance differs from standard travel insurance. While travel insurance mainly covers trip cancellation, lost baggage, and other non-medical issues, international health insurance specifically focuses on medical emergencies.

In conclusion, investing in international health insurance is a wise decision for Canadians traveling abroad. It provides the necessary coverage and support to ensure a safe and worry-free journey.

]]>
https://bcinsuranceagent.com/blog/international-health-insurance-for-canadians/feed/ 0
Self Employed Health Insurance In Canada https://bcinsuranceagent.com/blog/self-employed-health-insurance-canada/ https://bcinsuranceagent.com/blog/self-employed-health-insurance-canada/#respond Sun, 05 Nov 2023 21:54:15 +0000 https://bcinsuranceagent.com/?p=779 Self Employed Health Insurance in Canada : Your Options

Being Self-employed in Canada has many benefits, such as being your own boss, setting your own schedule, and having the freedom to pursue your passion. However, one challenge that self-employed individuals often face is finding affordable health insurance coverage.

Without the benefits of a group plan, self-employed individuals must navigate the health insurance market on their own. In this blog, we will explore the unique needs of self-employed individuals, the challenges they face in healthcare, and the options available for self employed health insurance Canada .

self employed health insurance canada
Self-Employed Health Insurance Canada

Understanding Self-Employment and Its Unique Needs

Being self-employed means that you are responsible for every aspect of your business, including health insurance coverage. Unlike traditional employees, self-employed individuals do not have access to group health benefits plans, which can make healthcare costs higher.

Self employed health insurance Canada plans can also have high deductibles, making it more difficult for self-employed individuals to afford medical expenses. Additionally, access to healthcare services can be limited for self-employed individuals, making it challenging for them to get the care they need.

Lastly, self-employed healthcare plans may not cover certain medical expenses, leaving self-employed individuals to bear the costs on their own.

The Challenges of Self-Employment in Healthcare

a) Lack of group benefits can make healthcare costs higher for self-employed individuals.

b) Self-employed healthcare plans can have high deductibles.

c) Access to healthcare services can be limited for self-employed individuals.

d) Self-employed healthcare plans may not cover certain medical expenses.

e) Finding affordable healthcare coverage can be a challenge for self-employed individuals.

The Need for Customized Coverage

Given the unique needs of self-employed individuals, customized health insurance coverage is essential. Customized coverage allows self-employed individuals to tailor their plans to meet their specific healthcare needs.

This personalized approach ensures that self-employed individuals can choose the benefits that matter most to them, such as coverage for prescription drugs, dental care, vision care, and more. ( self employed health insurance Canada )

With customized coverage, self-employed individuals can manage costs, have flexibility, and maintain control over their healthcare coverage.

The Perks of self employed health insurance Canada

Having health insurance coverage as a self-employed individual can offer several benefits for both you and your business. Let’s take a closer look at how health insurance can enhance your business and the advantages of choosing self-employed health insurance solutions, such as SBIS.

How Can Health Insurance Enhance Your Business?

a) Health insurance for self-employed individuals can improve business productivity by ensuring good health.

b) Having health insurance coverage can help self-employed individuals focus on their business, rather than healthcare issues.

c) Health insurance can provide coverage for self-employed individuals, protecting their bottom line.

d) Health insurance can offer peace of mind for self-employed individuals, knowing that medical expenses are covered.

e) Health insurance can help self-employed individuals manage healthcare costs and plan for medical expenses.

Understanding the Comprehensive Protection of Combined Income Protection Plans

Being self-employed comes with numerous advantages, yet navigating the intricacies of healthcare remains a significant challenge. Traditional health insurance plans might fall short in addressing the unique needs of self-employed individuals. This is where Combined Income Protection Plans come into play, offering a comprehensive solution to safeguard your income and provide financial security.

Challenges of Traditional Health Insurance for Self-Employed Individuals

Traditional health insurance plans may not fully cater to the specific needs of self-employed individuals. High deductibles, limited access to healthcare services, and gaps in coverage for certain medical expenses can pose significant challenges. Combined Income Protection Plans are designed to bridge these gaps, offering tailored coverage that aligns with the dynamic lifestyle of self-employed individuals.

Benefits of Customized Coverage in Combined Income Protection Plans

Customized coverage is at the core of Combined Income Protection Plans, allowing self-employed individuals to tailor their insurance to meet their unique healthcare needs. Here are some unique benefits of Combined Disability Policies:

Combined Disability Plans are tailored to provide robust financial protection precisely when you need it. In the unfortunate event of an accident or sickness preventing you from working, these plans offer direct cash benefits, ensuring your income remains safeguarded. Combined Disability Insurances provide coverage of up to $3,000 per month for each accident or sickness, commencing from the very first day you find yourself unable to work.

For comprehensive coverage that goes beyond short-term challenges, our Income Guard plan is the pinnacle of income protection. It delivers direct cash benefits of up to $5,000 per month for a duration of up to 5 full years, providing steadfast support during both temporary setbacks and more prolonged periods of inability to work.

With these plans, you can experience peace of mind and financial security, knowing that your income is shielded. Their flexible coverage options, coupled with direct cash benefits, empower you to prioritize your recovery without the added concern of financial strain.

The Role of Combined Income Protection Plans in Enhancing Your Business

Investing in health insurance through Combined Income Protection Plans goes beyond mere coverage – it enhances your overall business and personal well-being. Here’s how:

  • Improved Productivity: Good health contributes to better business productivity.
  • Focus on Business: Health insurance allows you to focus on your business without being bogged down by healthcare concerns.
  • Financial Protection: Coverage protects your bottom line, ensuring that unexpected medical expenses don’t derail your financial stability.

Choosing SBIS for Comprehensive Self-Employed Health Insurance Solutions

SBIS, offers health insurance plans specifically designed for self-employed individuals.

These plans provide coverage for medical expenses, dental care, vision care, and more. Self-employed individuals can benefit from SBIS’s group benefits plans, offering coverage for health expenses. SBIS can help self-employed individuals navigate healthcare options and find the right coverage for their needs.

By choosing SBIS, self-employed individuals can access special benefits and healthcare services, ensuring that their health insurance plan is tailored to their individual healthcare needs.

SBIS offers you access to a wide range of self-employed health insurance products from leading insurance providers, including Green Shield Canada’s Prism Spectra®, Prism Precision®, and Prism Continuum® plans nationwide.

Prism programs offer four distinct plans, each with varying levels of coverage. However, these plans are not available in Quebec.

Premiums and Tax Write-offs for the Self-Employed

One advantage of self-employed health insurance plans is the potential tax benefits they can provide. Health insurance premiums can be tax deductible for self-employed individuals, reducing their overall tax liability.

By understanding tax write-offs for self-employed health insurance, self-employed individuals can maximize their tax savings.

These tax benefits can make coverage more affordable for small business owners, helping them manage healthcare expenses and reduce their tax burden. If you are self-employed, then you may be able write off your healthcare premiums on your taxes.

The Medical Expense Tax Credit can give you financial assistance if you’ve paid for your health insurance out of pocket. Be sure to check with a tax consultant and/or the CRA before filing your taxes to see which expenses count for deduction.

Provincial Plans: Are They a Good Fit for the Self-Employed?

While Combined Income Protection Plans offer customized coverage, provincial plans like PRISM HEALTH INSURANCE PLANS and GMS HEALTH INSURANCE PLANS can also be good choices. These plans provide comprehensive coverage for medical expenses, dental care, prescription drugs, and more, ensuring that self-employed individuals have access to quality healthcare.

self employed health insurance canada

PRISM HEALTH INSURANCE PLANS: An Overview

PRISM health insurance plans offer self-employed individuals comprehensive coverage for medical expenses, dental care, prescription drugs, vision care, and more.

With PRISM, self-employed individuals can access a wide network of healthcare providers, ensuring quality care. These plans can be tailored to meet individual healthcare needs, offering competitive rates for self-employed individuals and ensuring affordable coverage options.

GMS HEALTH INSURANCE PLANS: What You Need to Know

GMS health insurance plans provide self-employed individuals with flexible coverage options for medical expenses, dental care, prescription drugs, and more. With GMS,

self employed health insurance Canada for self-employed individuals can choose from a variety of coverage levels and benefits, allowing them to customize their plan to meet their healthcare needs.

These plans offer comprehensive coverage, providing self-employed individuals with peace of mind knowing they are protected against healthcare costs.

How Can self employed health insurance Canada Benefit Non-Traditional Therapies?

Health insurance plays a crucial role in making non-traditional therapies more accessible and affordable for self-employed individuals.

It covers expenses for treatments like chiropractic care, massage therapy, and acupuncture, promoting overall wellness.

With health insurance, self-employed individuals can efficiently manage healthcare costs while exploring different non-traditional therapies for their health needs.

Additionally, health insurance also provides coverage for services from chiropractors, massage therapists, naturopaths, osteopaths, physical therapists, chiropodists/podiatrists, psychologists, and other specialty services.

Frequently Asked Questions

What are some of the most popular health insurance options for self-employed individuals?

Some popular health insurance options for self-employed individuals include Health Savings Accounts (HSAs), private insurance plans offered by companies like Blue Cross Blue Shield or Aetna, and potential eligibility for Medicaid or Medicare.
It’s important to compare the benefits and costs of each option before making a decision.

Are there any government-sponsored programs that can help with self employed health insurance Canada ?

Yes, government-sponsored programs can assist with self employed health insurance Canada. The Health Insurance Marketplace, created by the Affordable Care Act, offers a range of plans to compare and purchase.
Additionally, depending on your income, you may qualify for premium tax credits or cost-sharing reductions. Medicaid also provides low-cost or free coverage to eligible individuals and families with low income.

How can I determine which health insurance plan is the best fit for me and my business?

To determine the best health insurance plan for you and your business, consider your budget and coverage needs. Research different providers and compare their plans, including the network of doctors and hospitals they offer.
Consulting with a licensed agent can also help navigate the options available.

What are some tips for finding affordable health insurance as a self-employed individual?

Consider joining professional organizations that offer group health insurance plans and research individual health insurance options.
Look into health savings accounts (HSAs) or flexible spending accounts (FSAs) to save money on healthcare expenses. Negotiate with insurance providers and ask about discounts and special offers.

Conclusion: Embracing Combined Income Protection Plans for Self-Employed Success

Choosing the right health insurance as a self-employed individual is crucial, and Combined Income Protection Plans stand out for their comprehensive coverage and customized benefits. Unlike traditional plans that solely cover income, Combined Plans offer a nuanced approach, safeguarding both your financial well-being and the precious commodity of time. Elevate your self-employed journey with a plan that not only provides peace of mind but also addresses the hidden costs associated with the unpredictable world of self-employment.

Secure Your Future Today!

Take charge of your self-employed venture with Combined Income Protection Plans. Book a call now to explore tailored benefits, tax advantages, and unmatched flexibility. Your journey to financial security and peace of mind starts with a proactive step – schedule your appointment today!

]]>
https://bcinsuranceagent.com/blog/self-employed-health-insurance-canada/feed/ 0
Critical Illness Insurance Canada Cost https://bcinsuranceagent.com/blog/critical-illness-insurance-canada-cost/ https://bcinsuranceagent.com/blog/critical-illness-insurance-canada-cost/#respond Thu, 26 Oct 2023 21:32:25 +0000 https://bcinsuranceagent.com/?p=786 What factors determine the critical illness insurance Canada cost ?

Critical illness insurance Canada cost can provide financial security and peace of mind in the event of a serious illness diagnosis. It offers a lump sum payout upon diagnosis of a covered condition, such as a heart attack or cancer.

However, one of the questions that often comes up when considering critical illness insurance is, “How much does it cost?” In this blog, we will explore the factors that influence the cost of critical illness insurance, who needs it, and how to choose the right policy.

Understanding Critical Illness Insurance (Critical Illness Insurance Canada cost)

Critical illness insurance is a type of insurance coverage that provides a financial safety net in the event of a serious illness diagnosis. It is designed to help policyholders focus on their health and well-being without worrying about the financial impact of medical expenses, treatment costs, and other financial needs.

critical illness insurance canada cost

The Purpose of Critical Illness Insurance

The purpose of critical illness insurance is to provide policyholders with a lump sum payout upon diagnosis of a covered condition.

This payout can be used to cover medical expenses, replace lost income, make necessary lifestyle adjustments, or any other financial needs that arise as a result of the illness. The goal is to provide financial protection and peace of mind during a challenging time.

Scope of Coverage in Critical Illness Insurance (critical illness insurance Canada cost)

The coverage of critical illness insurance (CII) typically includes a range of serious illnesses, such as heart disease, stroke, and cancer. However, specific covered conditions can vary depending on the insurance plan and policyholder’s needs.

It’s important to review the policy terms and conditions to understand exactly what is covered and what is not covered. Additionally, critical illness insurance plans may have a waiting period before coverage begins, typically 30 days, to prevent policyholders from purchasing coverage after diagnosis.

Who Needs Critical Illness Insurance?

Critical illness insurance can benefit anyone who wants financial protection in the event of a serious illness diagnosis. It can be especially important for individuals without illness insurance coverage or disability insurance, as it can provide a financial safety net during a challenging time.

Those with a family history of critical illnesses may also want to consider critical illness insurance for added peace of mind.

Self-employed individuals can benefit from critical illness insurance canada cost, as it can provide financial security during illness, while individuals with financial dependents can ensure their loved ones are protected.

Evaluating your Need for Critical Illness Insurance

When considering critical illness insurance, it’s important to evaluate your health, medical history, and financial situation to determine if it is a necessary form of coverage for you.

Assessing the financial impact a serious illness could have on your life, including medical expenses, loss of income, and additional costs, can help you determine if critical illness insurance is a smart financial decision.

It’s also important to consider your existing insurance coverage, such as life insurance, disability insurance, and health insurance, to determine if critical illness insurance is needed.

Consulting with a financial advisor or insurance professional can help you evaluate your need for critical illness insurance coverage and determine the amount of coverage that would be most beneficial for your situation.

Factors that Influence the critical illness insurance Canada cost

The cost of critical illness insurance can vary based on several factors. Understanding these factors can help you determine how much critical illness insurance might cost for you.

Age and Health Status (critical illness insurance Canada cost)

Age and health status are two key factors that can influence the cost of critical illness insurance. Generally, younger individuals pay lower premiums due to a lower risk of medical diagnosis. Good health can also result in lower rates, as policyholders are considered a lower insurance risk.

On the other hand, pre-existing health conditions can impact critical illness insurance rates, depending on the specific condition and insurance provider. The premiums for critical illness insurance can also increase as policyholders age, reflecting a higher risk of medical diagnosis.

Amount of Coverage

The amount of coverage desired can also impact critical illness insurance premiums. The higher the coverage amount, the higher the premiums are likely to be. Determining the appropriate coverage amount can depend on financial obligations, medical expenses, and financial security goals. It’s important to consider the financial impact a serious illness could have, including medical treatment, lifestyle adjustments, and additional financial needs, when determining the coverage amount needed.

Policy Terms and Conditions

Policy terms and conditions can also impact critical illness insurance rates. Factors such as waiting periods, coverage exclusions, and policyholder options can all influence premiums. Longer waiting periods can result in lower premiums, but policyholders may not receive coverage for a specified period of time.

Coverage exclusions can also impact rates, as policyholders may not be covered for specific medical conditions or circumstances. Policyholder options, such as a return of premium or policy riders, can impact rates as well. It’s important to review and understand the policy terms and conditions, as they can impact coverage and premiums.

Analyzing the critical illness insurance Canada cost in Different Scenarios

Now let’s take a closer look at how the cost of critical illness insurance can vary in different scenarios.

Average Cost for Young Adults

On average, young adults can expect to pay lower premiums for critical illness insurance compared to older individuals. This is because younger individuals are generally considered to be at a lower risk of medical diagnosis.

The cost of critical illness insurance coverage for young adults can provide financial security for a reasonable monthly premium, making it a wise investment for those starting their careers and building financial stability.

Cost Variation with Pre-existing Conditions

Pre-existing medical conditions can impact critical illness insurance rates, with coverage rates typically higher for individuals with a history of health issues. The severity of pre-existing conditions can also impact the cost, as insurance premiums may increase based on medical questions and diagnosis of covered conditions.

It’s important to compare critical illness insurance policies to find coverage that fits your health condition and budget, as coverage rates can vary among insurance providers.

Is Critical Illness Insurance Worth the Cost?

Now, let’s address a common question: Is critical illness insurance canada cost worth ?

Weighing the Benefits against the Cost

While critical illness insurance does come with a cost, the financial protection and peace of mind it provides can outweigh the monthly premiums. The coverage amount of a critical illness plan can be customized to fit your financial needs and budget, providing a safety net during a challenging time.

Considering the potential financial consequences of a serious illness, critical illness insurance can be a wise investment, ensuring that you can focus on your health and well-being without financial stress.

critical illness insurance canada cost

When does Critical Illness Insurance Make Financial Sense?

Critical illness insurance can make financial sense in a variety of scenarios. If you have a family history of serious health conditions, critical illness insurance can provide peace of mind and financial security. Individuals in high-risk occupations, where the risk of serious illness is higher, can benefit from critical illness insurance coverage.

If a serious illness diagnosis would cause a significant financial burden, critical illness insurance can provide peace of mind and financial protection. Additionally, critical illness insurance can be a safety net during a waiting period for disability insurance coverage, providing financial security until disability benefits kick in. Ultimately, critical illness insurance can be a wise financial decision, especially if you have dependents or financial obligations that need protection.

How to Choose the Right critical Illness Insurance Policy?

Choosing the right critical illness insurance policy is an important decision. Consider the following factors when selecting a policy:

Do all critical illness insurance policies cost the same?

No, critical illness insurance rates can vary among insurance providers. Different insurance companies offer a variety of critical illness insurance plans with varying rates. Factors such as coverage amount, policy term, and medical questions can impact critical illness insurance rates.

Comparing critical illness insurance quotes from different insurers can help you find the best coverage at a competitive price. It’s important to review policy details, coverage, and rates to choose a critical illness insurance policy that suits your needs.

Frequently Asked Questions (critical illness insurance Canada cost)

What factors determine the critical illness insurance canada cost ?

Several factors can impact the cost of critical illness insurance, including age, health, coverage amount, pre-existing medical conditions, and insurance provider. Younger individuals generally pay lower premiums, while good health can result in lower rates.
The coverage amount desired can impact premiums, with higher coverage amounts resulting in higher premiums. Pre-existing medical conditions may increase the cost or limit coverage options, depending on the condition and insurance provider. Finally, the insurance provider and their underwriting guidelines can impact the cost of critical illness insurance.

Are there any discounts or promotions available for critical illness insurance?

Yes, there can be discounts or promotions available for critical illness insurance. Some insurance companies offer discounts for critical illness coverage when bundled with other policies, such as life insurance.
Some employers also offer group critical illness insurance as a benefit, which can result in a reduced cost compared to individual coverage. Insurance companies may also offer promotions or discounts during specific times of the year, so it’s a good idea to shop around and compare quotes from different insurers to find the best deal.

How does the coverage amount affect the cost of critical illness insurance?

The coverage amount is one of the factors that can affect the cost of critical illness insurance. Generally, the higher the coverage amount, the higher the premiums will be. However, it’s important to balance coverage needs with affordability when selecting a policy.
Evaluating your financial obligations, medical expenses, and financial security goals can help you determine the coverage amount that is right for you.

Are there any exclusions or limitations to coverage that can affect the cost of critical illness insurance?

Yes, there can be exclusions and limitations to coverage that can impact the cost of critical illness insurance. Pre-existing conditions may not be covered, and some illnesses may not be covered depending on the policy.
Lifestyle factors, such as smoking or drug use, can also affect coverage and cost. It’s important to carefully read and understand the policy before purchasing critical illness insurance to ensure that you are aware of any exclusions or limitations that may impact coverage and premiums.

Conclusion

In conclusion, critical illness insurance in Canada is a valuable tool that provides financial protection in case of a serious health condition. The cost of critical illness insurance varies depending on factors such as age, health status, coverage amount, and policy terms and conditions.

It is important to evaluate your need for critical illness insurance and weigh the benefits against the cost. For young adults, the average cost may be more affordable compared to individuals with pre-existing conditions. Ultimately, the decision to purchase critical illness insurance should be based on your specific circumstances and financial goals.

Consider consulting with an insurance professional to help you choose the right policy that suits your needs.

]]>
https://bcinsuranceagent.com/blog/critical-illness-insurance-canada-cost/feed/ 0
Personal Insurance in Canada https://bcinsuranceagent.com/blog/personal-insurance-in-canada/ https://bcinsuranceagent.com/blog/personal-insurance-in-canada/#respond Mon, 23 Oct 2023 12:22:41 +0000 https://bcinsuranceagent.com/?p=752 Protect your future with personal insurance in Canada

Personal Insurance in Canada : Protecting your future and that of your loved ones is crucial, especially in times of uncertainty.

Personal insurance provides a safety net that can help you weather the storms of life. But with so many options available, navigating the world of personal insurance in Canada can be overwhelming. In this blog post, we will take a closer look at the basics of personal insurance in Canada, including health, life, auto, home, and liability insurance.

We’ll explore the Canadian health insurance landscape, decoding how universal health insurance works and private health insurance options that complement it. Additionally, we’ll cover costs associated with different types of personal insurances and whether investing in private health insurance is worth it for Canadians. Lastly, we’ll also discuss how regulation plays an important role in ensuring everyone has access to basic coverage.

Understanding the Basics of Personal Insurance in Canada

When it comes to personal insurance in Canada, understanding the basics is crucial. Personal insurance provides financial protection against unexpected events, covering aspects like health, life, home, and auto insurance. It helps safeguard your assets and future.

Insurance premiums depend on factors such as age, health, and coverage. Making informed decisions requires a good understanding of personal insurance policies.

Personal Insurance in Canada

The Importance of Personal Insurance: A Broad View

Personal insurance provides peace of mind and financial security, protecting against potential loss or liability. It ensures preparedness for unforeseen circumstances, offering a safety net during difficult times. Additionally, it safeguards the well-being of your family.

Life is filled with uncertainties, and unexpected events like accidents, sickness, critical illnesses, and disabilities can wreak havoc on our finances. In Canada, the government doesn’t cover all the expenses related to these situations.

From medical bills to non-medical charges, the financial burden can quickly become overwhelming. Moreover, the loss of income during hospitalization or recovery, along with daily family expenses, adds another layer of stress.

Consider this scenario: a sudden heart attack or stroke leaves you hospitalized, incurring substantial medical expenses. While the government covers some costs, many crucial aspects, such as non-medical charges and daily family expenses, fall outside their scope.

Additionally, the income lost during your hospitalization and recovery becomes a significant concern. The financial strain intensifies as you grapple with unexpected bills, realizing the limitations of government assistance in these challenging times.

Enter supplemental insurance coverage—an indispensable shield against the unseen. By purchasing personal insurance that covers accidents, sickness, critical illnesses, disabilities, and more, you gain financial protection where government coverage falls short.

This supplemental coverage ensures that you can focus on recovery rather than worrying about mounting bills and the economic fallout from unforeseen events. It acts as a safety net, providing peace of mind and financial security in the face of life’s uncertainties.

Don’t leave your well-being to chance; invest in the solution that safeguards you and your family—personal insurance coverage.

Navigating the Canadian Health Insurance Landscape

Health insurance in Canada is primarily provided by the government, covering essential medical services for all Canadians. Understanding the healthcare system helps make informed choices. Supplementing public coverage with private health insurance offers additional benefits and ensures access to quality healthcare.

Ontarians, as well as residents of other provinces like Saskatchewan, Manitoba, and Alberta, benefit from this system. Medical care in Quebec may differ due to its unique healthcare system. Emergency care is available for everyone, regardless of insurance provider, and waiting periods may apply.

The Role of Health Insurance in Personal Protection

Health insurance plays a vital role in safeguarding your well-being and finances. It shields you from the burden of high medical costs and ensures timely access to necessary healthcare services.

With a comprehensive coverage that includes hospital care and prescription drugs, health insurance provides financial security during medical emergencies. Moreover, it grants you the freedom to choose your preferred healthcare providers. Protect your future by securing the right health insurance plan.

How Does Canada’s Universal Health Insurance Work?

Canada’s universal health insurance, known as Medicare, is funded by taxes and administered by provinces and territories. It covers medically necessary services, but not all healthcare expenses. Canadians receive a health card for access to publicly funded healthcare; however, wait times for certain procedures can be challenging.

Who is Eligible for Health Insurance in Canada?

Health insurance eligibility in Canada is determined by each province or territory. All Canadian citizens and permanent residents are eligible, but new immigrants may have to wait for coverage.

Temporary residents like international students or foreign workers may have different coverage options. Access to healthcare is considered a fundamental right for all Canadians.

Exploring Private Health Insurance Options

Private health insurance in Canada offers additional coverage beyond the public system, including expenses like prescription drugs and dental care. It provides flexibility and choice in healthcare options, with Canadians having a variety of plans to choose from. By supplementing public coverage, private insurance helps bridge gaps in healthcare needs.

How does Private Health Insurance Complement Universal Coverage?

Private health insurance in Canada complements universal coverage by offering additional benefits and coverage options. It helps reduce out-of-pocket expenses for services not covered by public insurance and provides shorter wait times for specialized treatments.

With private insurance, individuals have access to a wider network of healthcare providers, ensuring comprehensive healthcare protection when combined with public coverage.

Decoding the Costs: Health Insurance in Canada

Understanding the costs of health insurance in Canada is essential for making informed decisions about your coverage. Factors such as age, coverage options, and location can influence the cost of both private and public health insurance. Premiums for private insurance vary based on individual needs, while the cost of public insurance is generally included in taxes. Balancing the costs and benefits of health insurance is important for financial planning.

Is it Worth Investing in Private Health Insurance in Canada?

Considering factors like budget, lifestyle, and healthcare needs is crucial when deciding on private health insurance in Canada. It offers added peace of mind, access to a wider range of healthcare services, but its worthiness depends on individual preferences. Assess the potential benefits and costs before making a decision.

A Closer Look at Life Insurance in Canada

Life insurance in Canada provides financial protection for your loved ones, covering funeral expenses and outstanding debts. It replaces lost income, supporting your family’s future. Tailor policies to your needs and budget, ensuring peace of mind. Security, specific needs, budget, tailor policies, peace of mind, lost income, outstanding debts, future, financial protection.

The Significance of Life Insurance in Personal Financial Planning

Life insurance plays a vital role in personal financial planning. It safeguards your assets, ensuring financial stability for you and your loved ones. Additionally, life insurance can serve as an inheritance for beneficiaries and act as a tool for wealth transfer and estate planning. With its tax advantages and ability to supplement retirement income, life insurance is an essential component of a comprehensive financial plan.

Auto Insurance: Securing Your Journey

Protecting yourself and others on the road is mandatory in Canada, which is why auto insurance is essential. It covers damages to your vehicle caused by accidents, theft, or vandalism, and provides liability coverage for injuries or property damage. Comprehensive coverage protects against non-collision events like fire or natural disasters, while optional coverage offers added peace of mind.

Understanding Auto Insurance Policies and Coverage

Navigating the intricacies of auto insurance policies in Canada involves delving into various components to ensure comprehensive coverage. A cornerstone of these policies is third-party liability coverage, which extends protection in the event you’re responsible for injuring someone or damaging their property. It acts as a financial safety net by covering legal and medical expenses arising from such incidents.

Beyond this fundamental coverage, collision coverage steps in to address damages to your vehicle resulting from an accident. Whether it’s a collision with another vehicle or an object, this component ensures that the costs of repairing or replacing your car are covered, mitigating the financial burden associated with unforeseen accidents.

Comprehensive coverage adds an extra layer of protection by encompassing non-collision events. From theft and vandalism to natural disasters and encounters with wildlife, this coverage safeguards your vehicle against a broad spectrum of potential risks, offering peace of mind for a diverse range of situations.

In the realm of auto insurance, there’s a spectrum of optional coverages available. Roadside assistance can be a valuable addition, providing support in scenarios like breakdowns or flat tires. Rental car reimbursement is another option that ensures you’re not stranded without transportation in the aftermath of an accident.

As you navigate the selection process, understanding policy limits and deductibles is paramount. Policy limits denote the maximum amount your insurer will pay in specific situations, while deductibles represent the portion you’re responsible for before your coverage kicks in. Grasping these nuances empowers you to make informed choices that align with your unique needs and financial considerations.

Home Insurance in Canada: Safeguarding Your Habitat

Home insurance in Canada is a vital safeguard for your dwelling, offering comprehensive protection for your residence, personal belongings, and personal liability.

This insurance goes beyond the basics, shielding your home from a spectrum of potential risks, including damages arising from fire, theft, vandalism, or natural disasters. The coverage extends to encompass not just the physical structure but also the contents within, ensuring that your prized possessions are shielded from unforeseen events.

One of the key facets of home insurance is its liability coverage, which comes into play if someone sustains injuries while on your property. This element adds an extra layer of security, mitigating the financial impact of potential legal claims. Home insurance doesn’t just stop at property protection; it considers the broader implications of unforeseen events and provides a safety net for homeowners and renters alike.

Moreover, home insurance in Canada offers a practical solution for unforeseen circumstances that may require temporary relocation. With additional living expenses coverage, you receive assistance for temporary housing during home repairs.

Whether you own your home or rent, the importance of having robust home insurance cannot be overstated. It serves as a fundamental tool for safeguarding your living space, ensuring financial resilience in the face of unexpected challenges.

Key Components of a Comprehensive Home Insurance Plan

When selecting home insurance, it’s important to understand the key components of a comprehensive plan. Dwelling coverage safeguards your home structure, while personal property coverage protects belongings like furniture and electronics.

Liability coverage provides protection if someone is injured on your property. Additional coverages include water damage, identity theft, or home business insurance. Consider policy limits and exclusions before making a decision.

Personal Liability Insurance: Protecting You from Unforeseen Lawsuits

Navigating life comes with its share of uncertainties, and personal liability insurance stands as a stalwart shield against potential financial pitfalls. In the event of a lawsuit, this insurance steps in to cover the associated legal expenses, court fees, and any damages awarded to the opposing party, irrespective of your geographical location. Whether you’re facing a liability claim in your hometown or across the globe, personal liability insurance offers a robust safety net.

The significance of personal liability insurance extends beyond legal complexities; it serves as a guardian for your hard-earned assets.

In an unpredictable world, where unforeseen circumstances can lead to legal actions, this insurance provides peace of mind. For individuals and families alike, it acts as a crucial layer of protection, ensuring that your financial well-being remains intact even in the face of legal challenges.

Embracing personal liability insurance is not merely a precautionary measure; it’s a fundamental aspect of comprehensive risk management. By proactively securing coverage, you take a decisive step towards fortifying your financial future and shielding yourself from the uncertainties that life may throw your way.

Why is Personal Liability Insurance Crucial?

Personal liability insurance is crucial because it protects your financial well-being in unexpected lawsuits. It covers incidents like accidents on your property or defamation claims.
Without it, you could be personally responsible for legal expenses and damages. This coverage extends beyond your home to include travel and recreational activities, safeguarding your financial future.

How is the Insurance Sector Regulated in Canada?

The insurance sector in Canada is subject to regulation by federal and provincial authorities. These regulators play a crucial role in ensuring that insurance companies abide by laws and regulations.
They set rules regarding licensing, financial solvency, and consumer protection, while also overseeing market conduct and policyholder rights. This regulation helps maintain a stable and fair insurance market for consumers.

What are the Options for Those Not Covered by Universal Health Insurance?

Individuals without universal health insurance have choices for private health coverage in Canada. Private insurance can cover medical expenses not included in the public system, like prescription drugs, dental care, and vision care. Eligibility varies by province and insurer. Additional private insurance fills gaps in coverage and provides peace of mind.

Conclusion

In conclusion, personal insurance in Canada plays a crucial role in protecting your future and providing peace of mind. Whether it’s health insurance, life insurance, auto insurance, home insurance, or personal liability insurance,

having the right coverage ensures financial security and safeguards against unforeseen circumstances. While Canada’s universal health insurance system provides essential coverage, private health insurance can complement it and offer additional benefits.

It’s important to assess your needs, consider the costs, and make informed decisions about which insurance options are right for you. Remember, personal insurance is an investment in your well-being and the well-being of your loved ones. So, safeguard your assets, protect your peace of mind – invest in personal liability insurance today.

]]>
https://bcinsuranceagent.com/blog/personal-insurance-in-canada/feed/ 0
Best Private Health Insurance Companies in Canada https://bcinsuranceagent.com/blog/best-private-health-insurance-in-canada/ https://bcinsuranceagent.com/blog/best-private-health-insurance-in-canada/#respond Sun, 22 Oct 2023 21:05:28 +0000 https://bcinsuranceagent.com/?p=762 Best Private health insurance in Canada

Best Private health insurance in Canada As a resident of Canada, you are eligible for public health insurance that covers most of your medical expenses. However, private health care insurance can help you access services and treatments that may not be covered by your provincial plan.

In this blog post, we will dive into the world of private health insurance in Canada to help you navigate your options. We will cover the top private health insurers in Canada, how costs vary across different regions, and how private health insurance works in Canada.

Additionally, we will discuss extra features like mental health coverage and combining health and dental insurance. Lastly, we will talk about health insurance for visitors to Canada and how it varies for different types of visitors. After reading this post, you’ll be equipped with all the information you need to compare private health insurers and find the best one for your needs.

Understanding the Health Insurance Landscape in Canada (Best Private health insurance in Canada)

The Canadian health insurance system can be complex and confusing, with both public and private options available. It’s important to understand the differences between them and how personal health insurance can provide additional coverage and flexibility.

Navigating the health insurance landscape requires research and knowledge to make informed decisions about your healthcare. By knowing your options, you can ensure that your medical needs, such as travel insurance, disability insurance, and prescription medication, are covered by the best personal health insurance plan suited for you.

Best Private health insurance in Canada

Distinguishing Between Public and Private Health Insurance in Canada

Public health insurance, like Medicare, provides basic coverage for all Canadian residents. On the other hand, private health insurance offers additional benefits and coverage beyond what is provided by the public system.

Private insurance allows for more choice and access to specialized treatments. While public health insurance is funded through taxes, private insurance is purchased individually or through an employer. It’s important to consider your specific needs when deciding between public and private health insurance.

What Private Health Insurance Covers in Canada

Private health insurance in Canada offers coverage for a wide range of services, including dental care, vision care, and prescription drugs. Some plans also include coverage for mental health services and alternative therapies.

With private insurance, you can access services not covered by the public system, such as physiotherapy and chiropractic care. It’s important to carefully review the specifics of your private insurance plan to fully understand what is covered. Private health insurance helps offset medical expenses and provides peace of mind.

Top Private Health Insurers in Canada

Without a shadow of doubt, Combined Insurance stands as one of the premier choices in the insurance landscape, boasting an impeccable reputation and earning an A+ superior ranking. This signifies its commitment to excellence and reliability.

Combined Insurance is a reliable supplementary insurance provider with a range of coverage options.

Sun Life Financial offers premium quality health insurance with comprehensive coverage options. Manulife provides tailored comprehensive health coverage. Ontario Blue Cross offers flexible health insurance choices for residents of Ontario.

GMS (Group Medical Services) provides affordable health insurance plans with a focus on customer satisfaction.

Best Private health insurance in Canada

Sun Life Financial: Premium Quality Health Insurance

Sun Life Financial offers a range of health insurance plans tailored to individual needs, providing coverage for medical services, prescription drugs, and dental care. Known for their excellent customer service and claims management, they give access to a wide network of healthcare providers across Canada.

Sun Life Financial offers peace of mind with comprehensive coverage options that encompass travel insurance, disability insurance, and wellness benefits. With Sun Life Financial, individuals can find the best plan to meet their medical needs while navigating Canada’s healthcare system.

Manulife: Comprehensive Health Coverage

Manulife offers comprehensive health coverage tailored to individual needs. Their plans include medical services, dental care, and prescription drugs.

With flexible options to customize your plan, Manulife ensures that you get the coverage that suits your medical needs. They have a wide network of healthcare providers across Canada, ensuring easy access to quality care.

Manulife Financial, founded in Toronto in 1887, is a leader in the global financial industry and a multinational corporation providing insurance to over 30 million policyholders in Asia, Canada, and the United States.

Manulife is committed to providing reliable and affordable health insurance, making it a great choice for your health coverage needs.

Ontario Blue Cross: Flexible Health Insurance Choices

Ontario Blue Cross offers flexible health insurance choices for residents of Ontario, including the comprehensive coverage provided by Blue Cross Ontario.

Their plans encompass coverage for medical services, prescription drugs, vision care, and more. With a wide network of healthcare providers, Ontario Blue Cross ensures access to quality medical care.

They provide various coverage options, such as Blue Cross Ontario, to suit different budgets and individual needs. Ontario Blue Cross is renowned for their exceptional customer service and efficient claims management, making them a trusted choice for health insurance in Ontario.

GMS (Group Medical Services): Affordable Health Insurance Plans

GMS (Group Medical Services) offers affordable health insurance plans that cover a wide range of medical services, prescription drugs, dental care, and the lovely province of Saskatchewan.

With a focus on customer satisfaction, GMS provides personalized support and a variety of coverage options to meet individual needs.

Their commitment to accessibility and affordability makes them a reliable choice for those seeking quality health insurance.

Canada Life: Reliable Health Insurance Provider (Best Private Health Insurance Companies in Canada)

Canada Life is a trusted health insurance provider, offering a wide range of coverage options to meet your needs. With comprehensive plans that include medical services, dental care, and prescription drugs, they provide peace of mind for all your healthcare needs.

Canada Life has a vast network of healthcare providers across the country, ensuring you have access to quality care wherever you are. Their commitment to meeting the unique needs of their customers sets them apart in the industry.

Desjardins: Wide Coverage Health Insurance

Desjardins offers wide coverage health insurance for individuals and families. Their plans include medical services, dental care, and prescription drugs.

Desjardins provides a range of options to tailor your health insurance to your specific needs. They also give access to a network of healthcare providers across Canada.

Known for their reliability and comprehensiveness, Desjardins is a trusted provider of health insurance.

Green Shield Canada: Budget-Friendly Health Insurance Options

Looking for budget-friendly health insurance options in Canada? Green Shield Canada has got you covered. They offer affordable health insurance plans tailored to your needs. With Green Shield Canada, you can get comprehensive coverage at an affordable price.

They provide cost-effective solutions to meet your medical needs. So why compromise on your healthcare when you can have affordable and reliable health insurance from Green Shield Canada? Explore their budget-friendly options today.

CAA (Canadian Automobile Association): Bundling Discounts on Health Insurance

Save money with bundled health insurance and other services from CAA. Enjoy CAA’s bundling discounts on health insurance and reap the benefits of cost-saving opportunities.

By choosing CAA’s bundle options, you can save on health insurance premiums while also accessing various other services.

Take advantage of CAA’s offerings and enjoy the convenience and savings that come with bundling your health insurance with their trusted services.

Combined Insurance: The Most Reliable Supplementary Insurance Provider

Combined Insurance, with over 100 years of experience, offers supplementary insurance plans to cover expenses not included in primary health insurance. Their comprehensive plans include critical illness coverage, accident insurance, and more.

With flexible payment options and a quick claims process, Combined Insurance ensures that customers can easily access the coverage they need. As a trusted name in the Canadian insurance market, they have high customer satisfaction ratings. Trust Combined Insurance for reliable supplementary insurance solutions.

How Costs of Private Health Insurance Vary Across Canada – how to Best Private Health Insurance Companies in Canada?

Private health insurance costs in Canada vary across different provinces. The cost of private health insurance depends on the province.

Explore the regional differences in private health insurance costs and understand how they vary based on location. This variation in costs is influenced by factors such as travel insurance, disability insurance, medical care, and prescription medication.

Compare the best private health insurers in Canada to find the plan that suits your medical needs and budget.

Average Cost of Health Insurance per Month in Canada

Discovering the average monthly expenses for health insurance in Canada is essential. Understanding the typical monthly charges and premiums will help you make informed decisions.

Different factors influence the cost of health insurance, such as location and coverage choice. By exploring the average cost of health insurance per month in Toronto, you can find the best plan that suits your medical needs. NLP terms: wellness, medical care, dental benefits.

Factors Influencing the Cost of Health Insurance in Canada

Understanding the variables that determine the cost of health insurance in Canada is crucial. Several factors impact pricing, including medical needs, prescription medication, and the level of coverage chosen. Additionally, factors like deductibles, dental plans, and drug coverage can influence costs.

It’s essential to consider wellness and preventive care options when selecting the best plan. Moreover, regional variations within Canada’s healthcare system and the presence of private health insurance companies can result in different pricing structures.

By understanding these factors, individuals can make informed decisions regarding their health coverage choices.

How Private Health Insurance Functions in Canada

Private health insurance functions in Canada by providing individuals with additional coverage beyond what is offered by the public healthcare system.

It operates alongside Canada’s healthcare system and complements it by filling gaps in coverage. Private health insurance allows individuals to access services such as travel insurance, disability insurance, and dental plans, among others.

It helps cover medical costs, prescription medications, and wellness services that may not be fully covered by the public system. This gives individuals more choice and flexibility in their healthcare needs.

How to Obtain Health Insurance Quotes in Canada (Top Private Health Insurers in Canada)

To obtain health insurance quotes in Canada, you need to follow a straightforward process. Start by requesting quotes from different private health insurance companies. They will provide you with personalized quotes based on your specific medical needs and requirements. Make sure to understand the steps involved in obtaining accurate quotes and compare the offers you receive. This will help you find the best plan that suits your health coverage choice in Canada.

Process of Cancelling a Health Insurance Plan in Canada (Best Private health insurance in Canada)

When it comes to canceling a health insurance plan in Canada, there are certain procedures that need to be followed.

Understanding the steps involved can help ensure a smooth process. Whether you want to terminate your policy, cancel your coverage, or end your health insurance plan, it’s important to know the necessary steps.

By familiarizing yourself with these procedures, you can make informed decisions about your health insurance needs in Canada.

Best Private health insurance in Canada

Does Health Insurance Change Based on Provinces in Canada?

n Canada, the provision and administration of health insurance fall under the jurisdiction of individual provinces and territories. This means that the specifics of health insurance coverage can indeed vary based on the province in which an individual resides. Each province manages its own health insurance plan, and while there are overarching principles and guidelines set by the federal government through the Canada Health Act, the implementation details can differ. For instance, some provinces may offer additional benefits or have different eligibility criteria, waiting periods, or coverage for certain medical services.

It’s crucial for residents to be aware of the specific health insurance policies and regulations in their province to ensure they have comprehensive coverage that meets their needs. Prospective policyholders or those moving between provinces should thoroughly research and understand the health insurance plan applicable to their specific location. This nuanced approach ensures that individuals can navigate the variations in health coverage and access the necessary medical services based on their provincial health insurance regulations.

Extra Features of Private Health Insurance in Canada (Best Private health insurance in Canada)

Private health insurance in Canada offers a range of additional benefits and perks. These include supplementary services, such as travel insurance, disability insurance, and prescription medication coverage. With private health insurance,

you can also access dental plans, wellness programs, and life insurance options. It provides flexibility and choice in terms of coverage, allowing you to customize your plan according to your medical needs.

Private health insurance in Canada goes beyond the basic coverage provided by the country’s healthcare system, offering enhanced health benefits and coverage choices, including the Basic plan which is a low-cost option that covers basic medical and dental needs.

Combining Health and Dental Insurance in Canada

When it comes to combining health and dental insurance in Canada, finding the best private health insurance plan that includes dental coverage is crucial.

With comprehensive coverage for both health and dental care, you can tailor your insurance plan to meet your unique needs.

This ensures peace of mind, knowing that your medical and dental needs are taken care of. Additionally, you may receive additional benefits such as vision care and prescription drugs, enhancing your overall wellness.

Best Private health insurance in Canada

Mental Health Insurance Coverage in Canada

When planning a visit to Canada, ensuring the well-being of visitors becomes paramount, and selecting the optimal health insurance plan is a key component of that preparation. A comprehensive health insurance plan for visitors provides a safety net, allowing them to access essential medical services, emergency care, and even necessary prescription medications during their stay.

The peace of mind that comes with robust health coverage ensures that visitors can fully immerse themselves in their Canadian experience without the looming concern of unforeseen medical expenses.

The diversity of visitors to Canada necessitates a careful consideration of individual needs when choosing a health insurance plan. Factors such as the visitor’s home country, specific medical requirements, and the duration of their stay play pivotal roles in determining the most suitable coverage.

This personalized approach ensures that visitors are equipped with the right level of protection tailored to their unique circumstances. By proactively safeguarding themselves against unexpected healthcare costs, visitors can relish their time in Canada, exploring its wonders and engaging in enriching experiences without the burden of health-related financial worries.

Health Insurance for Visitors to Canada

Ensuring a worry-free stay for visitors to Canada involves making informed choices about health insurance plans tailored to their specific needs. Opting for a health insurance plan with comprehensive coverage is pivotal, offering access to essential medical services, emergency care, and even prescription medications if required. This ensures that visitors can navigate their time in Canada with confidence, knowing that their health needs are adequately covered.

The selection of the right health insurance plan involves a thoughtful consideration of various factors, including the visitor’s home country, specific medical requirements, and the duration of their stay. Each visitor is unique, and a personalized approach to insurance helps match the plan to their individual circumstances. This careful consideration guarantees that visitors have the appropriate level of protection, addressing their distinct health-related concerns during their Canadian sojourn.

In shielding themselves from unforeseen medical expenses, visitors gain the freedom to fully enjoy their time in Canada without the looming anxiety of healthcare costs. This proactive approach not only provides financial security but also allows visitors to immerse themselves in the diverse experiences that Canada has to offer, making the most of their journey without the burden of health-related worries.

How Does Health Insurance Coverage Vary for Different Types of Visitors?

Health insurance coverage for different types of visitors to Canada can vary based on factors such as the purpose and duration of their stay. Here’s a breakdown of how health insurance coverage may differ for various visitor categories:

Tourists and Short-Term Visitors:

  • These visitors typically include tourists, family members, or friends on short-term visits.
  • Health insurance plans for tourists often cover emergency medical expenses, hospital stays, diagnostic services, and prescription medications.
  • Coverage may vary, and it’s crucial to review the policy details to ensure it meets the specific needs of the visitor.

Students and International Students:

  • Students, both Canadian and international, may have access to health insurance plans offered by educational institutions.
  • Coverage for students often includes basic medical services, emergency care, and sometimes dental and vision care.
  • International students may be required to have health coverage as a condition of their study permit.

Expatriates and Temporary Workers:

  • Expatriates and temporary workers may have access to employer-sponsored health insurance or private plans.
  • Coverage can include a range of medical services, prescription drugs, and, in some cases, dental and vision care.
  • Employers may offer group insurance plans tailored to the needs of their expatriate or temporary workforce.

New Immigrants:

  • New immigrants to Canada are eligible for provincial health insurance plans after a waiting period.
  • During the waiting period, private health insurance is advisable to cover medical expenses.
  • Coverage may include essential medical services, hospital stays, and prescription medications.

Returning Canadians:

  • Canadians returning from living abroad may face a waiting period for provincial health insurance.
  • Private health insurance can provide interim coverage, including emergency medical care and other essential services.
  • Coverage options can vary, so returning Canadians should choose plans that align with their specific needs.

Conclusion Best Private health insurance in Canada

In conclusion, when it comes to choosing the best supplementary insurance for residents, including Permanent Residents (PR), students, and those with work permits in Canada, Combined Insurance stands out as a top provider. In the landscape of private health insurance in Canada, navigating the options can be overwhelming, but securing the right coverage is vital for both peace of mind and financial security.

Among the notable private health insurance providers such as Sun Life Financial, Manulife, Ontario Blue Cross, GMS, Canada Life, Desjardins, Green Shield Canada, and CAA, Combined Insurance emerges as a reliable choice. Offering tailored solutions for residents with diverse statuses, Combined Insurance provides comprehensive coverage that aligns with the unique needs of PR holders, students, and individuals with work permits.

To ensure you’re protected and to discover the benefits of Combined Insurance products, I invite you to book a phone or Zoom meeting today. Taking this step will not only provide clarity on the coverage options available but also empower you to make an informed decision that suits your specific needs and budget. Don’t leave your health and financial well-being to chance—act now and secure the right insurance for your journey in Canada.

]]>
https://bcinsuranceagent.com/blog/best-private-health-insurance-in-canada/feed/ 0