Hi,
did you just replace the code : if ( ! is_user_logged_in() && …..
…. return str_replace( ‘wp-login.php’, $this->settings[‘slug’], $url );
}
With the:
public function filter_login_url( $url ) {
return $url;
}
Or did you need to change anything else? I am not a programer, but I need to fix the website asap and i do not know what to do..