• the problem is in wordpress 2.3…I can’t make it update.
    I use upadte_usermeta to made some modification on users’ capabilitites when the profile updated.
    However, when I call update_usermeta(); it serialize the value twice, and make the the data not work. if I serialize the value first,it come to triple serialization… how can I make the value serialized only ONCE?

  • The topic ‘maybe_serialize( in update_usermeta)= DOUBLE serialize’ is closed to new replies.