WC_Data::get_data_store()publicWC 3.0.0

Get the data store.

Method of the class: WC_Data{}

No Hooks.

Return

Object.

Usage

$WC_Data = new WC_Data();
$WC_Data->get_data_store();

Changelog

Since 3.0.0 Introduced.

WC_Data::get_data_store() code WC 8.6.1

public function get_data_store() {
	return $this->data_store;
}