# get\_replace\_modify\_link\_in\_xml

here the list of pattern we already treat on Weglot:

```php
array('loc' => '/<loc>(.*?)<\/loc>/');
```

```php
add_filter( 'get_replace_modify_link_in_xml', [] );
```
