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