WP_Translation_File::error()publicWP 6.5.0

Returns the current error information.

Метод класса: WP_Translation_File{}

Хуков нет.

Возвращает

Строку|null. Error message or null if no error.

Использование

$WP_Translation_File = new WP_Translation_File();
$WP_Translation_File->error();

Список изменений

С версии 6.5.0 Введена.

Код WP_Translation_File::error() WP 6.6.2

public function error() {
	return $this->error;
}