Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wpf_manually_sync_lead_source_data( $user_id, $contact_id ) {
- wpf_sync_lead_source_data( $user_id, $contact_id );
- }
- add_action( 'wpf_user_created', 'wpf_manually_sync_lead_source_data', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment