WC_Data::get_id()
Returns the unique ID for this object.
Description Description
Return Return
(int)
Source Source
File: includes/abstracts/abstract-wc-data.php
public function get_id() {
return $this->id;
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |