WC_Product_Attribute::offsetUnset()publicWC 1.0ReturnTypeWillChange

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 8.7.0

public function offsetUnset( $offset ) {}