verygoodplugins

Untitled

Sep 8th, 2025
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function wpf_manually_sync_lead_source_data( $user_id, $contact_id ) {
  2.     wpf_sync_lead_source_data( $user_id, $contact_id );
  3. }
  4.  
  5. add_action( 'wpf_user_created', 'wpf_manually_sync_lead_source_data', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment