Notice: Indirect modification of overloaded element of WP_Session has no effect
-
Hi,
I have a function that should update the session datas :
function save_session_data($key,$value){ $session = WP_Session::get_instance(); $session['pinim'][$key] = $value; }
But this gives me
Notice: Indirect modification of overloaded element of WP_Session has no effect in…
Any ideas ?
Thanks !
- The topic ‘Notice: Indirect modification of overloaded element of WP_Session has no effect’ is closed to new replies.