Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43392, comment 2


Ignore:
Timestamp:
02/24/2018 04:19:08 PM (7 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43392, comment 2

    initial v1  
    1515`maybe_unserialize()` is a terrible way to do things. It only exists because of back compat. The less it's used -- the better.
    1616
    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 :)
     17Storing 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 :)