WC_Product_Attribute::offsetUnset()
[\ReturnTypeWillChange]{} Это метод класса: WC_Product_Attribute{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$WC_Product_Attribute = new WC_Product_Attribute(); $WC_Product_Attribute->offsetUnset( $offset );
- $offset (обязательный)
- -
Код WC_Product_Attribute::offsetUnset() WC Product Attribute::offsetUnset WC 6.4.1
public function offsetUnset( $offset ) {}