• Resolved drewrawitz

    (@drewrawitz)


    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");

    https://ww.wp.xz.cn/plugins/contact-form-7/

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.