Advertisement
verygoodplugins

Untitled

Jun 21st, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. function always_create_new_contacts( $contact_id, $update_data, $user_id ) {
  2.  
  3.     $contact_id = false;
  4.  
  5.     return $contact_id;
  6.  
  7. }
  8.  
  9. add_filter( 'wpf_formidable_pre_submission_contact_id', 'always_create_new_contacts', 10, 3 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement