• Resolved tom.andersen

    (@tomandersen)


    Is there a way to install GTranslate, but only have it active when someone is logged in? Its a wordpress site. We will be using a paid version, want to get the translations all finished before we open to the public.

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    Possibly you can add some logic with PHP before displaying the language switcher in your theme:

    <?php
    if(is_user_logged_in())
        echo do_shortcode('[gtranslate]');
    ?>

    Thanks! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Only translate for Logged in Users (or admin)’ is closed to new replies.