wordfence_ls_changed_2fa_required
wordfence_ls_changed_2fa_required
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_action('wordfence_ls_changed_2fa_required') is found 1 times:
- /modules/login-security/classes/controller/settings.php line 382
* * @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) {