Mô tả
This plugin helps you to declutter your WordPress login screen by removing the language switcher which has been introduced in WordPress 5.9.
Removing the dropdown makes sense when you only have one additional language installed and don’t intend to change back to English for example. In this case you can simply install and activate the plugin. There are no futher settings.
What does this plugin do?
The plugin uses the default WordPress Hooks API and disables the language selector with the following one-liner:
add_filter( 'login_display_language_dropdown', '__return_false' );
Đánh giá
Người đóng góp & Lập trình viên
“Disable Login Language Switcher” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“Disable Login Language Switcher” đã được dịch qua 15 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “Disable Login Language Switcher” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.0
- Initial Release