Problem with get_recipient() verification
-
Hey!
Just wanted to let you know that after Woo update my WordPress is giving me a warning:
Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in?/public_html/app/plugins/woocommerce/includes/emails/class-wc-email.php?on line?465
It’s caused by the woocos-email.php file, exactly by this fragment:
// Check if email should be sent to customer or to custom recipient
if($this->get_recipient() !== '') {
$this->recipient = $this->get_recipient();
} else {
$this->customer_email = true;
}It would be nice to grab some update, thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.