Viewing 1 replies (of 1 total)
  • Plugin Author sparkweb

    (@sparkweb)

    We are using update_post_meta() to save the details to the database and I think that WordPress must be catching the serialized data and converting it to a string because it knows that what you are trying to set is serialized data. The solution is to set this content using a regular database query and not using WordPress’s methods. So I think you are going to be stuck updating through phpMyAdmin.

Viewing 1 replies (of 1 total)
  • The topic ‘Extra Characters added when inserting value’ is closed to new replies.