• Resolved pbmedia

    (@pbmedia)


    Hi there,

    In combination with the WordPress plugin “WP 2FA” there is an error. I found out that it is due to the “Frontend Reset Password” plugin.
    In the file includes/somfrp-functions.php, the action is called with too few parameters on line 344.
    I was able to fix it for myself as follows:

    $errors = new WP_Error();
    do_action( 'lostpassword_post', $errors, $user_data );
Viewing 1 replies (of 1 total)
  • Plugin Author Wp Enhanced

    (@wpenhanced)

    Hi @pbmedia

    Thank you for bringing this to our attention and also providing a fix for this. This has been implemented into the plugin and will be in the next release so it will be safe to update

    Thank you

    Ben

Viewing 1 replies (of 1 total)
  • The topic ‘Too few parameters for do_action lostpassword_post’ is closed to new replies.