Auto switch only for HomePage
Since the version 3.5 of Weglot plugin, the auto redirection feature works on all pages. Here is how to restrict it to the homepage only
// Add this using plugin "Code Snippet" or directly in functions.php
add_filter( 'weglot_autoredirect_only_home', '__return_true' );Last updated