PHPMailer\PHPMailer
PHPMailer::getLE()
Return the current line break format string.
{} It's a method of the class: PHPMailer{}
No Hooks.
Return
String
.
Usage
$result = PHPMailer::getLE();
Code of PHPMailer::getLE() PHPMailer::getLE WP 6.0
public static function getLE() { return static::$LE; }