Advertisement
verygoodplugins

Untitled

Feb 25th, 2021
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function my_custom_deal_stuff( $order_id, $hubspot_deal_id, $contact_id, $order_args ) {
  2.     // Do what you need with the new deal here
  3. }
  4.  
  5. add_action( 'wpf_ecommerce_complete', 'my_custom_deal_stuff', 10, 4 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement