Created
January 26, 2022 16:01
-
-
Save patrickposner/9345c3ecff5c7480cbef8a4a8ee4a172 to your computer and use it in GitHub Desktop.
Passster - Track password usages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action( 'passster_validation_success', function( $password ) { | |
// Here you can save user meta or add the data to a new table. | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment