wordfence_ls_changed_2fa_required
wordfence_ls_changed_2fa_required
Appears in: wordfence.8.0.1, wordfence.8.0.2, wordfence.8.0.3, wordfence.8.0.4, wordfence.8.0.5, wordfence.8.1.0
Hook Type: action
Displaying hooks found in version: wordfence.8.1.0do_action('wordfence_ls_changed_2fa_required') is found 1 times:
- /modules/login-security/classes/controller/settings.php line 384
* * @param string $role The name of the role. * @param string $state The state of 2FA on the role. */ do_action('wordfence_ls_changed_2fa_required', $role, $value); return true; } //Settings that will dispatch actions switch ($key) {