WC_Data::get_id
Returns the unique ID for this object.
Method of the class: WC_Data{}
No Hooks.
Returns
Int.
Usage
$WC_Data = new WC_Data(); $WC_Data->get_id();
Changelog
| Since 2.6.0 | Introduced. |
WC_Data::get_id() WC Data::get id code WC 10.8.1
public function get_id() {
return $this->id;
}