Advertisement
verygoodplugins

Untitled

Oct 9th, 2020
1,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function forms_post_submission( $update_data, $user_id, $contact_id, $form_id ) {
  2.  
  3.     // Do what you want with $contact_id here
  4.  
  5. }
  6.  
  7. add_action( 'wpf_forms_post_submission', 'forms_post_submission', 10, 4 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement