Guest User

Untitled

a guest
Jul 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function blank_month_and_year_pmpro_checkout_before_submit_button()
  2. {
  3. echo "
  4. <script>
  5. jQuery('#ExpirationMonth').val('');
  6. jQuery('#ExpirationYear').val('');
  7.  
  8. </script>";
  9. }
  10.  
  11. add_action('pmpro_checkout_before_submit_button', 'blank_month_and_year_pmpro_checkout_before_submit_button');
Add Comment
Please, Sign In to add comment