Viewing 1 replies (of 1 total)
  • In the pm4wp-template.php file, change this

    ‘if (!is_user_logged_in()) {
    redirect_to_login_url();
    }’

    to this

    ‘if (!is_user_logged_in()) {
    auth_redirect();
    }’

    Problem solved!!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Private Messages For WordPress] Undefined function redirect_to_login_url’ is closed to new replies.