wpcf7_mail_sent doesn’t work
-
Hi, I tried to use
// define the wpcf7_mail_sent callback function action_wpcf7_mail_sent( $contact_form ) { echo "<script type='text/javascript'>alert('lalala');</script>"; }; // add the action add_action( 'wpcf7_mail_sent', 'action_wpcf7_mail_sent', 10, 1 );
But it doesn’t work. I need to fire PHP code after submission. Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wpcf7_mail_sent doesn’t work’ is closed to new replies.