wpcf7_before_send_mail action not firing
-
I am developing a plugin that uses contact forms 7. I am having a challenge in getting the wpcf7_before_send_mail action to fire. I have disabled all the plugins except contact forms 7 and my own plugin and it still won’t fire. All I am doing right now is trying to write to log (see code below), but I will be using the action to save form data to database.
We are also using:
– Virtue Theme version 2.5.8
– Multisite WordPressadd_action('wpcf7_before_send_mail','cf7_save_to_the_database'); function cf7_save_to_the_database($cf7) { write_log("-----------SAVING RESULTS TO DATABASE----------"); }
Thanx
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wpcf7_before_send_mail action not firing’ is closed to new replies.