Skip to content

Instantly share code, notes, and snippets.

@patrickposner
Created August 20, 2021 12:40
Show Gist options
  • Save patrickposner/a0675041c05b2ff5cafafc176481cd58 to your computer and use it in GitHub Desktop.
Save patrickposner/a0675041c05b2ff5cafafc176481cd58 to your computer and use it in GitHub Desktop.
<?php
add_action( 'passster_validation_success', function( $password ) {
?>
<script>
jQuery(document).ready(function( $ ) {
$('html, body').animate({
scrollTop: $('#passster-scroll').offset().top
}, 'slow');
});
</script>
<?php
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment