Title: Missing do_action parameter
Last modified: January 13, 2023

---

# Missing do_action parameter

 *  Resolved [Jujoko](https://wordpress.org/support/users/justinjjk1999/)
 * (@justinjjk1999)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/missing-do_action-parameter/)
 * Hi,
   in the `login-lockdown/loginlockdown.php` file the action “wp_login_failed”
   is called [`do_action('wp_login_failed', $username);`]. Since wp core version
   5.4.0 the official hook has two parameters: `do_action( 'wp_login_failed', string
   $username, WP_Error $error )`
 * That leads to fatal errors when other plugins (e.g. avada’s fusion builder) use
   this hook and expect the two parameters. So please add the second parameter to
   avoid incompatibilities.
 * Best regards,
   Jujoko

Viewing 1 replies (of 1 total)

 *  Plugin Author [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * (@talextech)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/missing-do_action-parameter/#post-16371205)
 * Thank you for let us know, we will fix it ASAP! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Missing do_action parameter’ is closed to new replies.

 * ![](https://ps.w.org/login-lockdown/assets/icon-256x256.png?rev=2901919)
 * [Login Lockdown & Protection](https://wordpress.org/plugins/login-lockdown/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/login-lockdown/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/login-lockdown/)
 * [Active Topics](https://wordpress.org/support/plugin/login-lockdown/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/login-lockdown/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/login-lockdown/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/missing-do_action-parameter/#post-16371205)
 * Status: resolved