Changes between Version 3 and Version 4 of Ticket #55942, comment 70
- Timestamp:
- 05/05/2023 09:25:09 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55942, comment 70
v3 v4 7 7 > This imply that you are using your own option doesn't it. 8 8 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. 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. Would you even consider relaying on/reusing code from a plugin that is known to break back-compat? 10 10 11 11 > 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.