> 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_active_slugs.md).

# weglot\_active\_slugs

Controls whether Weglot loads and applies translated URL slugs. Return `false` to disable them.

```php
add_filter( 'weglot_active_slugs', '__return_false' );
```
