View::found_post_ids()
{@inheritDoc}
Source
File: src/Tribe/Views/V2/View.php
public function found_post_ids() {
return $this->repository->get_ids();
}
{@inheritDoc}
File: src/Tribe/Views/V2/View.php
public function found_post_ids() {
return $this->repository->get_ids();
}