WC_Data::get_object_read()
Get object read property.
Method of the class: WC_Data{}
No Hooks.
Return
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 9.7.1
public function get_object_read() { return (bool) $this->object_read; }