Execute code after mail send
-
How can i execute certain code after the mail has been send?
I managed to do something BEFORE sending the mail like so:
Already got it sorted like so …:add_action("wpcf7_before_send_mail", "custom_function_name"); function custom_function_name($cf){ if($cf->id==//idname){ //execute code } }
But how do i perform something AFTER it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Execute code after mail send’ is closed to new replies.