WC_Data::get_object_read()publicWC 3.0.0

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() code WC 8.7.0

public function get_object_read() {
	return (bool) $this->object_read;
}