WC_Customer_Download::__isset( string $key )
Magic __isset method for backwards compatibility. Legacy properties which could be accessed directly in the past.
Description Description
Parameters Parameters
- $key
-
(Required) Key name.
Return Return
(bool)
Source Source
File: includes/class-wc-customer-download.php
public function __isset( $key ) { return in_array( $key, array_keys( $this->data ), true ); }