Advertisement
verygoodplugins

Untitled

Oct 30th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function apply_customer_tags( $order_id, $contact_id ) {
  2.    
  3.     wp_fusion()->crm->apply_tags( array( 'Customer' ), $contact_id );
  4.  
  5. }
  6.  
  7. add_action('wpf_woocommerce_payment_complete', 'apply_customer_tags', 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement