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