WP_PHPMailer::__construct( bool $exceptions = false )

In this article

Constructor.

Parameters

$exceptionsbooloptional
Whether to throw exceptions for errors.

Default:false

Source

public function __construct( $exceptions = false ) {
	parent::__construct( $exceptions );
	$this->SetLanguage();
}

Changelog

VersionDescription
6.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.