Tribe__Repository__Decorator::not_in( $post_ids )
{@inheritdoc}
Source
File: src/Tribe/Repository/Decorator.php
public function not_in( $post_ids ) {
$this->decorated->not_in( $post_ids );
return $this;
}
{@inheritdoc}
File: src/Tribe/Repository/Decorator.php
public function not_in( $post_ids ) {
$this->decorated->not_in( $post_ids );
return $this;
}