Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wpf_allow_duplicates( $contact_id, $update_data, $user_id ) {
- return false;
- }
- add_filter('wpf_gform_pre_submission_contact_id', 'wpf_allow_duplicates', 10, 3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement