codernize
Forum Replies Created
-
Hi there,
updated and tested, it works. Thanks.
Have a good one
Forum: Plugins
In reply to: [Contact Form 7] User logged in status not available in RESTWPCF7_VERIFY_NONCEworked, I don’t know what I was testing. Thanks againForum: Plugins
In reply to: [Contact Form 7] User logged in status not available in RESTI don’t know much of this rest api that cf7 is using, I assume is something native to wp?
Is there a way I can add another action at that mail send action, that, when that is called the user is logged in or the actual user Auth check is never done in this api?Forum: Plugins
In reply to: [Contact Form 7] User logged in status not available in RESTI did that, setting it to true didn’t recognize the user status and that’s why I’m confused about that current_user_id array attribute that is parsed even though it’s not working
Forum: Plugins
In reply to: [Contact Form 7] User logged in status not available in RESTThanks , didn’t knew that, but my problem is that I need it to be submitted by anyone, and use cfdb7 that saves the data, and on ‘wpcf7_before_send_mail’ action if(is_user_logged_in()) // attach the saved data to that user.
Thanks