Advertisement
verygoodplugins

Untitled

Jan 17th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. function wpf_allow_duplicates( $contact_id, $update_data, $user_id ) {
  2.  
  3.     return false;
  4.  
  5. }
  6.  
  7. add_filter('wpf_gform_pre_submission_contact_id', 'wpf_allow_duplicates', 10, 3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement