WC_Customer_Download::offsetExists()
OffsetExists.
Method of the class: WC_Customer_Download{}
No Hooks.
Return
true|false
.
Usage
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->offsetExists( $offset );
- $offset(mixed) (required)
- Offset.
WC_Customer_Download::offsetExists() WC Customer Download::offsetExists code WC 9.4.2
public function offsetExists( $offset ) { return in_array( $offset, array_keys( $this->data ), true ); }