Changes between Initial Version and Version 1 of Ticket #50413, comment 44
- Timestamp:
- 07/22/2020 08:15:51 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50413, comment 44
initial v1 12 12 When 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. 13 13 14 @SergeyBiryukov @johnjamesjacoby do you have any suggested adjustments for this suggestedapproach?14 @SergeyBiryukov @johnjamesjacoby do you have any suggested adjustments for this approach?