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