WC_Data_Store::get_current_class_name()publicWC 3.0.0

Returns the class name of the current data store.

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

Хуков нет.

Возвращает

Строку.

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

$WC_Data_Store = new WC_Data_Store();
$WC_Data_Store->get_current_class_name();

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

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

Код WC_Data_Store::get_current_class_name() WC 8.7.0

public function get_current_class_name() {
	return $this->current_class_name;
}