Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function forms_post_submission( $update_data, $user_id, $contact_id, $form_id ) {
- // Do what you want with $contact_id here
- }
- add_action( 'wpf_forms_post_submission', 'forms_post_submission', 10, 4 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement