Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50413, comment 44


Ignore:
Timestamp:
07/22/2020 08:15:51 PM (3 years ago)
Author:
desrosj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50413, comment 44

    initial v1  
    1212When upgrading to 5.5, the option key will be added to the database automatically and any values in the old key will be moved over. Provided the default option for this key is not filtered (which should be extremely rare based on the research above), `get_option()` will explicitly return `false` when the option does not exist. So the above check could be used to determine which key they need to retrieve.
    1313
    14 @SergeyBiryukov @johnjamesjacoby do you have any suggested adjustments for this suggested approach?
     14@SergeyBiryukov @johnjamesjacoby do you have any suggested adjustments for this approach?