add_action( 'template_redirect', function() {
if(get_locale() == 'ru_RU'){
wp_redirect( 'http://ru.сайт.com', 301 );
} else {
wp_redirect( 'http://сайт.com', 301 );
}
exit;
} );add_action( 'template_redirect', function() {
if(get_locale() == 'ru_RU'){
wp_redirect( 'http://ru.сайт.com', 301 );
} else {
wp_redirect( 'http://сайт.com', 301 );
}
exit;
} );