Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function apply_customer_tags( $order_id, $contact_id ) {
- wp_fusion()->crm->apply_tags( array( 'Customer' ), $contact_id );
- }
- add_action('wpf_woocommerce_payment_complete', 'apply_customer_tags', 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement