Warning: This method has been deprecated. No longer using filename based hashing to keep track of files instead.
WC_Product_Download::get_previous_hash()
Get previous_hash.
Description Description
Return Return
(string)
Source Source
File: includes/class-wc-product-download.php
public function get_previous_hash() {
wc_deprecated_function( __FUNCTION__, '3.3' );
return $this->data['previous_hash'];
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |