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