> 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/get_replace_modify_link_in_xml.md).

# 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', [] );
```
