PHP Warning: compact(): Undefined variable $cc and $bcc
-
This is filling our error logs lately:
PHP Warning: compact(): Undefined variable $cc
PHP Warning: compact(): Undefined variable $bcc
in wp-mail-api.php line 569Line 569 is a compact() call, but it seems $cc and $bcc are only declared if $headers is not empty for some reason.
- You must be logged in to reply to this topic.