WC_Data::get_object_read
Get object read property.
Method of the class: WC_Data{}
No Hooks.
Returns
true|false.
Usage
$WC_Data = new WC_Data(); $WC_Data->get_object_read();
Changelog
| Since 3.0.0 | Introduced. |
WC_Data::get_object_read() WC Data::get object read code WC 10.5.0
public function get_object_read() {
return (bool) $this->object_read;
}