get_children(); foreach ( $children_ids as $child_id ) { $child = wc_get_product( $child_id ); $articles[] = Aplazame_Aplazame_Api_BusinessModel_Article::createFromProduct( $child ); } break; default: $articles[] = Aplazame_Aplazame_Api_BusinessModel_Article::createFromProduct( $product ); } ?>