PHPMailer\PHPMailer
PHPMailer::setLE()
Set the line break format string, e.g. "\r\n".
{} It's a method of the class: PHPMailer{}
No Hooks.
Return
null
. Nothing.
Usage
$result = PHPMailer::setLE( $le );
- $le(string) (required)
- -
Code of PHPMailer::setLE() PHPMailer::setLE WP 6.0
protected static function setLE($le) { static::$LE = $le; }