modified file wp-webauthn

This commit is contained in:
2026-06-03 21:27:45 +00:00
committed by Gitium
parent 13699bad76
commit a2dfabdb82
925 changed files with 127906 additions and 1380 deletions

View File

@ -0,0 +1,5 @@
<?php
// Two Factor
if(has_action('wp_login', array('Two_Factor_Core', 'wp_login')) !== false){
remove_action('wp_login', array('Two_Factor_Core', 'wp_login'), 10, 2);
}