Viewing 1 replies (of 1 total)
  • Hello. To make redirect URL, plugin uses wordpress site url option:

    $site=get_option('home');
        if(!$site)
          $site=get_option('siteurl');

    So, if https is specified in your blog settings, plugin will use https.

Viewing 1 replies (of 1 total)
  • The topic ‘How to turn masked links into https?’ is closed to new replies.