Edit file File name : link_nodes.md Content :```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). | Save