Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function my_custom_deal_stuff( $order_id, $hubspot_deal_id, $contact_id, $order_args ) {
- // Do what you need with the new deal here
- }
- add_action( 'wpf_ecommerce_complete', 'my_custom_deal_stuff', 10, 4 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement