WC_Product::set_purchase_note( string $purchase_note )

Set purchase note.


Description Description


Parameters Parameters

$purchase_note

(Required) Purchase note.


Top ↑

Source Source

File: includes/abstracts/abstract-wc-product.php

	public function set_purchase_note( $purchase_note ) {
		$this->set_prop( 'purchase_note', $purchase_note );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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