WC_Customer_Download::offsetExists()
[\ReturnTypeWillChange]{} It's a method of the class: WC_Customer_Download{}
No Hooks.
Return
null
. Nothing.
Usage
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->offsetExists( $offset );
- $offset (required)
- -
Code of WC_Customer_Download::offsetExists() WC Customer Download::offsetExists WC 6.7.0
public function offsetExists( $offset ) { return in_array( $offset, array_keys( $this->data ), true ); }