Skip to content

Instantly share code, notes, and snippets.

@acal
Created January 29, 2024 14:36
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 acal/5b48e0965ce059424e4d390ffedc398c to your computer and use it in GitHub Desktop.
Save acal/5b48e0965ce059424e4d390ffedc398c to your computer and use it in GitHub Desktop.
PMPro Pre-check gift recipient email option and reveal fields
<script>
// Pre-check gift recipient email option and reveal fields
jQuery(document).ready(function($) {
$('#pmprogl_send_recipient_email').prop('checked', true);
$('.pmprogl_checkout_field_div').removeAttr('style');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment