> For the complete documentation index, see [llms.txt](https://developers.weglot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.weglot.com/wordpress/helpers-functions-1/weglot_get_parser_ignored_nodes.md).

# weglot\_get\_parser\_ignored\_nodes

the default list is :&#x20;

```php
$ignoredNodes = [
    'strong', 'b',
    'em', 'i',
    'small', 'big',
    'sub', 'sup',
    'abbr',
    'acronym',
    'bdo',
    'cite',
    'kbd',
    'q',
];
```

```php
add_filter( 'weglot_get_parser_ignored_nodes', $ignored_nodes );
```
