Production release – 2023/07/19
11:22:21 GMT+0000
Plugin Updated: Security
Previous refactor of security plugin unintentionally renamed action triggered on exceeded limit from login_limit_exceeded to login_exceeded. This change corrects back the rename of the action.
add_action( 'login_limit_exceeded', function() {
// This action will be triggered again
...
});
https://github.com/Automattic/vip-go-mu-plugins/pull/4703
Please see the full release on GitHub.