Tagged Questions
3
votes
1answer
272 views
Why does WordPress use serialize rather than json_encode for the options table?
I have a basic understanding of serialize (I come across it often when I'm migrating WordPress installs) and I just discovered json_encode.
Given that serialize causes so much trouble with replacing ...