Viewing 2 replies - 1 through 2 (of 2 total)
  • Here’s a simple hack to make it work on multi-site.

    In wplogin_redirect.php change

    $rul_db_addresses = $wpdb->prefix . 'login_redirects';

    to

    $rul_db_addresses = $wpdb->base_prefix . 'login_redirects';

    Thread Starter kosirm

    (@kosirm)

    Thanks a lot for reply, Chris!
    I’ll try this.
    Best regards,
    Milan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin doesn't work’ is closed to new replies.