Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::get_hashpublicWC 1.0

Get the file's hash property.

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

Хуков нет.

Возвращает

Строку.

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

$File = new File();
$File->get_hash(): string;

Код File::get_hash() WC 10.5.2

public function get_hash(): string {
	return $this->hash;
}