WC_Data::get_object_read()
Get object read property.
Description Description
Return Return
(boolean)
Source Source
File: includes/abstracts/abstract-wc-data.php
public function get_object_read() {
return (bool) $this->object_read;
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |