PHPMailer\PHPMailer

PHPMailer::getLE()public staticWP 1.0

Return the current line break format string.

Method of the class: PHPMailer{}

No Hooks.

Return

String.

Usage

$result = PHPMailer::getLE();

PHPMailer::getLE() code WP 6.4.3

public static function getLE()
{
    return static::$LE;
}