Can't get posted_data
-
Hello,
I seem to be having some trouble, I’m trying to receive the posted data and it doesn’t seem to be returning anything. Am I doing something wrong?
function wpcf7_do_something ($cf7) { print_r($cf7->posted_data); } add_action("wpcf7_before_send_mail", "wpcf7_do_something");
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Can't get posted_data’ is closed to new replies.