PHPMailer\PHPMailer
PHPMailer::getTranslations() public WP 1.0
Get the array of strings for the current language.
{} Это метод класса: PHPMailer{}
Хуков нет.
Возвращает
Массив.
Использование
$PHPMailer = new PHPMailer(); $PHPMailer->getTranslations();
Код PHPMailer::getTranslations() PHPMailer::getTranslations WP 5.6.2
public function getTranslations()
{
return $this->language;
}