WC_Data::get_data_store()publicWC 3.0.0

Get the data store.

Метод класса: WC_Data{}

Хуков нет.

Возвращает

Объект.

Использование

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

Список изменений

С версии 3.0.0 Введена.

Код WC_Data::get_data_store() WC 8.7.0

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