Tribe__Data::key()
Source
File: src/Tribe/Data.php
public function key() {
$keys = array_keys( $this->data );
return $keys[ $this->index ];
}
File: src/Tribe/Data.php
public function key() {
$keys = array_keys( $this->data );
return $keys[ $this->index ];
}