PHPMailer\PHPMailer

POP3::getErrorspublicWP 1.0

Get an array of error messages, if any.

Method of the class: POP3{}

No Hooks.

Returns

Array.

Usage

$POP3 = new POP3();
$POP3->getErrors();

POP3::getErrors() code WP 6.9.1

public function getErrors()
{
    return $this->errors;
}