WC_Data_Store::get_current_class_name()
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 Data Store::get current class name WC 7.7.2
public function get_current_class_name() { return $this->current_class_name; }