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