Get form_id in app_post_after_insert
Viewing 1 Posts - 1 through 1 (of 1 total)
Author | Posts |
---|---|
February 20, 2015 at 4:11 pm 37204 | |
jeremymatter | Hi, I have some wpuf form and i want to use : add_action( 'wpuf_add_post_after_insert', 'wpufe_send_email' ); to send an email after a post is create. But i want to send this mail only when the new post is attached at ONE form In my function "wpufe_send_email" i try to get the form_id of the new post, i try to use the $form_id in parametrs but it's dont work. How i can get the form id ? Thank you :) |
February 20, 2015 at 4:29 pm 37207 | |
jeremymatter | Hi, I have found an another solution, it’s okay. Bye ! |
Viewing 1 Posts - 1 through 1 (of 1 total)