WC_Product_Download::offsetUnset()publicWC 1.0ReturnTypeWillChange

OffsetUnset.

Method of the class: WC_Product_Download{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Product_Download = new WC_Product_Download();
$WC_Product_Download->offsetUnset( $offset );
$offset(string) (required)
Offset.

WC_Product_Download::offsetUnset() code WC 8.7.0

public function offsetUnset( $offset ) {}