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: getElementsById.md
```php getElementsById ( string $id [, int $idx = null] ) : mixed ``` | Parameter | Description | |-----------|-----------------------------| | `id` | Element id. | | `idx` | Index of element to return. | Returns all elements with the specified id if `$idx` is null, or a specific one if `$idx` is a valid index.