File "link_nodes.md"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlDocument/link_nodes.md
File size: 466 bytes
MIME-type: text/plain
Charset: utf-8

 
Open Back
```php
link_nodes ( object &$node, bool $is_child )
```

Links the provided node to the DOM tree.

| Parameter  | Description                                                                |
|------------|----------------------------------------------------------------------------|
| `node`     | The node to link to the DOM tree.                                          |
| `is_child` | If active, makes the node a sibling of the current node (child of parent). |