• Hey I am using this plugin I have installed SSL and not no comments is showing on my website can you please respond.

Viewing 1 replies (of 1 total)
  • Add this code to restore them:

    function rsssl_exclude_http_url($html) {
    //replace the https url back to http
    $html = str_replace('data-href="https://www.yoursite.com', 'data-href="https://www.yoursite.com', $html); return $html;
    }
    add_filter("rsssl_fixer_output","rsssl_exclude_http_url");
Viewing 1 replies (of 1 total)
  • The topic ‘Migrated http to https, comments are gone.’ is closed to new replies.