Once I logged out of wordpress and tried to get back in at https://www.mywebsite.com/wp-admin, I received this message.
‘each ($arr as $k => $v) { $temp[] = ‘”‘.$k.'”:’.cfjson_encode($v); } $json_str .= implode(‘,’, $temp); $json_str .= ‘}’; } else if (is_string($arr)) { $json_str = ‘”‘. cfjson_encode_string($arr) . ‘”‘; } else if (is_numeric($arr)) { $json_str = $arr; } else if (is_bool($arr)) { $json_str = $arr ? ‘true’ : ‘false’; } else { $json_str = ‘”‘. cfjson_encode_string($arr) . ‘”‘; } return $json_str; } } ?>
Warning: Cannot modify header information – headers already sent by (output started at /hermes/web02/b664/moo.faithnfundingcom/wp-content/plugins/constant-contact-api/constant-analytics.php:873) in /hermes/web02/b664/moo.faithnfundingcom/wp-includes/pluggable.php on line 866′
I am not able to figure out what is wrong. Can someone help me please.