Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $contact_id = wp_fusion()->crm->add_contact( $data, false ); //the contact is created correctly
- if ( ! is_wp_error( $contact_id ) && $apply_tags ) {
- wp_fusion()->crm->apply_tags( (array) $apply_tags, $contact_id );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement