PHPMailer\PHPMailer
PHPMailer::getLE
Return the current line break format string.
Method of the class: PHPMailer{}
No Hooks.
Returns
String.
Usage
$result = PHPMailer::getLE();
PHPMailer::getLE() PHPMailer::getLE code WP 7.0
public static function getLE()
{
return static::$LE;
}