if (($wpcf7_data->id == xx)) { doesn't work in CF7 version 3.9??
-
Hello,
It seems when i use CF7 v 3.8.1 this function works:
function wpcf7_add_invoicedata(&$wpcf7_data) { global $wpdb; if (($wpcf7_data->id == xx)) { ..... } } add_action("wpcf7_before_send_mail", "wpcf7_add_invoicedata");
But with CF7 v3.9 it doesn’t work???? (also upgraded to 3.9.1 and it doesn’t work)
How can i fix this?Regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘if (($wpcf7_data->id == xx)) { doesn't work in CF7 version 3.9??’ is closed to new replies.