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)


Top ↑

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'];
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.