Tribe__Repository::page( $page )
{@inheritdoc}
Source
File: src/Tribe/Repository.php
public function page( $page ) {
$this->query_args['paged'] = absint( $page );
return $this;
}
{@inheritdoc}
File: src/Tribe/Repository.php
public function page( $page ) {
$this->query_args['paged'] = absint( $page );
return $this;
}