WC_Data::get_data_store
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 Data::get data store WC 11.0.1
public function get_data_store() {
return $this->data_store;
}