Give_Payments_Query::children PHP Method

children() public method

Children
Since: 1.0
public children ( ) : void
return void
    public function children()
    {
        if (empty($this->args['children'])) {
            $this->__set('post_parent', 0);
        }
        $this->__unset('children');
    }