[Plugin: Contact Form 7 to Database Extension] function called before save data to db
-
Does anyone know the name of the function called before save the content to the db??
so i could do a function like this in funtions.php (lets say the name of the function is “wpcf7_before_save_data”
add_action(“wpcf7_before_save_data”, “wpcf7_do_something_else”);
function wpcf7_do_something_else($wpcf7_data) {
/* MANAGE AND CHANGE THE VALUE OF THE FIELDS */
}Vargas
https://www.ads-software.com/extend/plugins/contact-form-7-to-database-extension/
- The topic ‘[Plugin: Contact Form 7 to Database Extension] function called before save data to db’ is closed to new replies.