Changes between Initial Version and Version 1 of Ticket #43392, comment 2
- Timestamp:
- 02/24/2018 04:19:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43392, comment 2
initial v1 15 15 `maybe_unserialize()` is a terrible way to do things. It only exists because of back compat. The less it's used -- the better. 16 16 17 Storing the data in a string format of your choice is the proper way here simply because you know what format to expect and how to sanitize it. I wish we could do that for all meta:)17 Storing the data in a string format of your choice is the proper way here simply because you know what format to expect and how to sanitize it. I wish we could do that for all of WP :)