Too few parameters for do_action lostpassword_post
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Too few parameters for do_action lostpassword_post’ is closed to new replies.