WC_Product_Attribute::get_taxonomy()
Get taxonomy name if applicable.
Метод класса: WC_Product_Attribute{}
Хуков нет.
Возвращает
Строку
.
Использование
$WC_Product_Attribute = new WC_Product_Attribute(); $WC_Product_Attribute->get_taxonomy();
Код WC_Product_Attribute::get_taxonomy() WC Product Attribute::get taxonomy WC 9.8.1
public function get_taxonomy() { return $this->is_taxonomy() ? $this->get_name() : ''; }