For the complete documentation index, see llms.txt. This page is also available as Markdown.

weglot_remove_google_translate

By default, Weglot prevent google translating page but with this flter you can enable this google feature

add_filter( 'weglot_autoredirect_only_home', '__return_false' );

Last updated