WC_Log_Handler_Email::add_email( string $email )
Adds an email to the list of recipients.
Description Description
Parameters Parameters
-
(Required) Email address to add.
Source Source
File: includes/log-handlers/class-wc-log-handler-email.php
public function add_email( $email ) { array_push( $this->recipients, $email ); }