Automattic\WooCommerce\Internal\Admin\Logging\FileV2
File::get_hash()
Get the file's hash property.
Метод класса: File{}
Хуков нет.
Возвращает
Строку
.
Использование
$File = new File(); $File->get_hash(): string;
Код File::get_hash() File::get hash WC 9.7.1
public function get_hash(): string { return $this->hash; }