WP_Translation_File::get_file()publicWP 6.5.0

Returns the file name.

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

Хуков нет.

Возвращает

Строку. File name.

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

$WP_Translation_File = new WP_Translation_File();
$WP_Translation_File->get_file(): string;

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

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

Код WP_Translation_File::get_file() WP 6.6.2

public function get_file(): string {
	return $this->file;
}