wordfence_updated_banned_usernames

wordfence_updated_banned_usernames

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_updated_banned_usernames') is found 1 times:

  • /lib/wfConfig.php line 2597
    				 *
    				 * @param string[] $before The previous user list.
    				 * @param string[] $after The new user list.
    				 */
    				do_action('wordfence_updated_banned_usernames', $before, $after);
    				break;
    			}
    			case 'loginSec_breachPasswds_enabled':
    			{
    				$before = wfUtils::truthyToBoolean(wfConfig::get($key));
    				$after = wfUtils::truthyToBoolean($newValue);