WC_Customer_Download::offsetExists( string $offset )

OffsetExists.


Description Description


Parameters Parameters

$offset

(Required) Offset.


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/class-wc-customer-download.php

	public function offsetExists( $offset ) {
		return in_array( $offset, array_keys( $this->data ), true );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.