Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madhvendras84/7d46291b5839918b211436ab3ea6b682 to your computer and use it in GitHub Desktop.
Save madhvendras84/7d46291b5839918b211436ab3ea6b682 to your computer and use it in GitHub Desktop.
add_action('wplms_before_registration_form',function(){
?>
<div class="termsOfUse">
By signing up, you agree to our
<a href="/terms/" target="_blank">Terms of Use</a>
and
<a href="/terms/privacy/" target="_blank">Privacy Policy</a>.
</div>
<hr>
<div class="AlreadyAccount">
Already have an account?
<a href="#####">Log In</a>
</div>
<?php
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment