WC_Order::set_cart_hash( string $value )

Set cart hash.


Description Description


Parameters Parameters

$value

(Required) Cart hash.


Top ↑

Source Source

File: includes/class-wc-order.php

	public function set_cart_hash( $value ) {
		$this->set_prop( 'cart_hash', $value );
	}

Top ↑

User Contributed Notes User Contributed Notes

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