WC_Product_Attribute::offsetUnset()
[\ReturnTypeWillChange]{} It's a method of the class: WC_Product_Attribute{}
No Hooks.
Return
null
. Nothing.
Usage
$WC_Product_Attribute = new WC_Product_Attribute(); $WC_Product_Attribute->offsetUnset( $offset );
- $offset (required)
- -
Code of WC_Product_Attribute::offsetUnset() WC Product Attribute::offsetUnset WC 6.7.0
public function offsetUnset( $offset ) {}