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: hasClass.md
```php hasClass ( string $class ) : bool ``` | Parameter | Description | |-----------|-----------------------------------------| | `class` | Specifies the class name to search for. | Returns true if the current node has the specified class name. **Examples** ```php $node->hasClass('article'); ```