• Does what it should.
    I could have done with some extra documentation, however,
    how to add custom language links.

    (How do I get a localized URL out of a language code? I know the code is there, I am just too stupid to find out how exactly it works.)

    anyway, good plugin. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thank you very much for your review!

    Regarding the documentation: yes, agree 100%. We will.

    As for the localized URL, see:

    $localized_url = WPGlobus_Utils::localize_url( $url, $language );
    $localized__current_url = WPGlobus_Utils::localize_current_url( $language );
    Thread Starter foolix

    (@foolix)

    Thanks Gregory for the fast reply!
    I am adding this line, which finally worked for me:

    <?php echo WPGlobus_Utils::localize_url( WPGlobus_Utils::current_url(), 'en'); ?>

    Yes, that’s correct.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nice Plugin’ is closed to new replies.