Disable Limiting Two-Factor Authentication Login Attempts in Defender on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter('wd_2fa_enable_attempts', '__return_false');
Disable Limiting Two-Factor Authentication Login Attempts in Defender on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter('wd_2fa_enable_attempts', '__return_false');
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.