Tribe__Repository::order_by( $order_by, $order = 'DESC' )
{@inheritdoc}
Source
File: src/Tribe/Repository.php
public function order_by( $order_by ) {
$this->query_args['orderby'] = $order_by;
return $this;
}
{@inheritdoc}
File: src/Tribe/Repository.php
public function order_by( $order_by ) {
$this->query_args['orderby'] = $order_by;
return $this;
}