-
Created a topic, Jetpack unable to connect mobile app, on the site WordPress.org Forums:
Hi, About two days ago I lost connection to my Jetpac… -
Posted a reply to Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
@pixelbart I sent you and email, thanks -
Posted a reply to Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
@pixelbart I have installed the plugin but I don't think the $session variable is set.… -
Posted a reply to Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
@pixelbart thanks again for helping. I updated the plugin and tried the code. But it… -
Posted a reply to Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
@pixelbart Thanks for your reply. I installed the plugin, but I am not sure how… -
Posted a reply to Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
Yes the session is filled with the data. But the users on my website don't… -
Posted a reply to Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
@pixelbart Thanks for adapting the code. I tried it again but the feedback still shows… -
Posted a reply to Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
function custom_function( $fields ) { if(isset($_SESSION['data'])) { $fields = array( "name" => $_SESSION['data']['data']['firstname'] . '… -
Posted a reply to Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
Hi Pixelbart, would love to hear from you if this is possible so I can… -
Posted a reply to Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
Hi Bart, Thanks for your reply. I thought I had everything working until I realised… -
Created a topic, Save user info stored that is currently stored in a session instead of anonymous, on the site WordPress.org Forums:
Hi, Thanks for this great plugin. On my website peopl…