Advertisement
mbcreation

Payment Reminder : adding action during reminder sending

Jun 4th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. add_action('wopar_on_reminder_send_action', 'myfunction_wopar_on_reminder_send_action');
  2.  
  3. function myfunction_wopar_on_reminder_send_action($order_object)
  4. {
  5. //do here what you have to do with your order
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement