Skip to content

Instantly share code, notes, and snippets.

View acal's full-sized avatar

Adam acal

  • At large
  • Greystones, IR
View GitHub Profile
@acal
acal / gist:5b48e0965ce059424e4d390ffedc398c
Created January 29, 2024 14:36
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>