Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: parent.md
```php parent ( [ object $parent = null ] ) : object ``` | Parameter | Description | |-----------|-----------------| | `parent` | The parent node | * Returns the parent node of the current node if `$parent` is null. * Sets the parent node of the current node if `$parent` is not null. In this case the current node is automatically added to the list of nodes in the parent node.