WP_CLI\Iterators
Query::key
Method of the class: Query{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Query = new Query(); $Query->key();
Query::key() Query::key code WP-CLI 2.13.0-alpha
public function key() {
return $this->global_index;
}
WP_CLI\Iterators
Method of the class: Query{}
No Hooks.
null. Nothing (null).
$Query = new Query(); $Query->key();
public function key() {
return $this->global_index;
}