WpOrg\Requests\Cookie
Jar::getIterator()
Get an iterator for the data
Method of the class: Jar{}
No Hooks.
Return
\ArrayIterator
.
Usage
$Jar = new Jar(); $Jar->getIterator();
Jar::getIterator() Jar::getIterator code WP 6.6.2
public function getIterator() { return new ArrayIterator($this->cookies); }