PHPMailer\PHPMailer

PHPMailer::getLEpublic staticWP 1.0

Return the current line break format string.

Method of the class: PHPMailer{}

No Hooks.

Returns

String.

Usage

$result = PHPMailer::getLE();

PHPMailer::getLE() code WP 7.0

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