You appear to be a bot. Output may be restricted
Description
Children
Usage
$void = EDD_Payments_Query::children();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/payments/class-payments-query.php
Lines:
1 to 6 of 6
public function children() { if ( empty( $this->args['children'] ) ) { $this->__set( 'post_parent', 0 ); } $this->__unset( 'children' ); }