1 | 50a51,58 |
---|
2 | > * Total children of current element. |
---|
3 | > * |
---|
4 | > * @since 4.7.2 |
---|
5 | > * @var int |
---|
6 | > */ |
---|
7 | > public $total_children; |
---|
8 | > |
---|
9 | > /** |
---|
10 | 142a151,154 |
---|
11 | > } |
---|
12 | > $this->total_children = 0; |
---|
13 | > if ( $this->has_children ) { |
---|
14 | > $this->total_children = count( $children_elements[ $id ] ); |
---|