Tribe__Repository::not_in( $post_ids )
{@inheritdoc}
Source
File: src/Tribe/Repository.php
public function not_in( $post_ids ) {
$this->add_args( 'post__not_in', $post_ids );
return $this;
}
{@inheritdoc}
File: src/Tribe/Repository.php
public function not_in( $post_ids ) {
$this->add_args( 'post__not_in', $post_ids );
return $this;
}