Skip to content

Instantly share code, notes, and snippets.

@patrickposner
Created January 26, 2022 16:01
Show Gist options
  • Save patrickposner/9345c3ecff5c7480cbef8a4a8ee4a172 to your computer and use it in GitHub Desktop.
Save patrickposner/9345c3ecff5c7480cbef8a4a8ee4a172 to your computer and use it in GitHub Desktop.
Passster - Track password usages.
<?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