• Hello,

    I’m trying to pass some values using $wp_session, but I always get them empty.
    In the contact form I have something like

    $wp_session = WP_Session::get_instance();
    $wp_session[kamail]=($javo_directory_query->get(’email’));

    I print it and the value is ok.
    But then when I try to use it inside mail.php, the value for $wp_session[kamail] appears empty 🙁

    I’m a novice in php and I’m completly lost.

    Yours,
    Francisco

    https://ww.wp.xz.cn/plugins/wp-session-manager/

The topic ‘Losting variable values inside Contact Form 7’ is closed to new replies.