Changes between Initial Version and Version 1 of Ticket #55942, comment 29
- Timestamp:
- 03/11/2023 03:41:24 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55942, comment 29
initial v1 9 9 > We could leverage this to handle saving/retrieving data from the database 10 10 11 Yep, should be able to. Just need to add some code to "juggle" `number` <=> `float` for the REST API. 11 Yep, should be able to. Just need to add some code to "juggle" `number` <=> `float` for the REST API. 12 13 On the other hand PHP's `gettype()` returns `double` anyways and it needs to be changed to `float`. Can probably use `number` everywhere in WP (with enough docs/explanations).