Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #55942, comment 70


Ignore:
Timestamp:
05/05/2023 09:25:09 PM (2 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55942, comment 70

    v3 v4  
    77> This imply that you are using your own option doesn't it.
    88
    9 Not only. It is intended for use with code you trust, like your own code, core code, "respected" plugins that are known to follow WP best practices, etc.
     9Not only. It is intended for use with code you trust, like your own code, core code, "respected" plugins that are known to follow WP best practices, etc. Would you even consider relaying on/reusing code from a plugin that is known to break back-compat?
    1010
    1111> What if you are using a option from a plugin written by another developer. What if that developer changes the value from a string to a boolean when updating the plugin.