Display Issue | WP 5.9 Language Switcher
-
Good Day!
WordPress 5.9 introduced a login page language switcher that affects your plugin.
The language switcher, unfortunately, breaks the custom styling we’ve set up using your plugin and does not display properly.
Perhaps you’re aware of this already. If not, can you kindly look into this and provide a permanent fix?
Our temporary fix was to disable the WP language switcher using the code provided here — or — by simply adding the following code to our functions.php file:
add_filter( 'login_display_language_dropdown', '__return_false' );
Thank you!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Display Issue | WP 5.9 Language Switcher’ is closed to new replies.