WC_Data::get_id()publicWC 2.6.0

Returns the unique ID for this object.

Method of the class: WC_Data{}

No Hooks.

Return

Int.

Usage

$WC_Data = new WC_Data();
$WC_Data->get_id();

Changelog

Since 2.6.0 Introduced.

WC_Data::get_id() code WC 8.7.0

public function get_id() {
	return $this->id;
}