Staging release – 2023/07/19
11:26:13 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
...
});