Support » Plugin: Translate Wordpress with GTranslate » Disabling on WP Login Page

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I do not think the language selector on wp-admin page you are referring has anything to do with GTranslate.

    If you remove all WordPress languages and leave just one it will be gone.

    Thanks! 🙂

    Thread Starter Rick Isaacson

    (@risaacson)

    Thanks for the quick reply. The problem is that I want to include more than one language. The issue is that I’m also using a plugin called “White Label.” white label allows me to create a custom WP login page with my client’s branding. GTranslate interferes with it by preventing the custom page from displaying.

    Thread Starter Rick Isaacson

    (@risaacson)

    Here’s the solution: edit the theme’s function.php file and add the following line:

    add_filter( ‘login_display_language_dropdown’, ‘__return_false’ );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabling on WP Login Page’ is closed to new replies.