Tribe__Events__Main::tabIndex()
Return the next tab index
Source
File: src/Tribe/Main.php
public function tabIndex() {
$this->tabIndexStart ++;
return $this->tabIndexStart - 1;
}
Return the next tab index
File: src/Tribe/Main.php
public function tabIndex() {
$this->tabIndexStart ++;
return $this->tabIndexStart - 1;
}