Changes between Initial Version and Version 1 of Ticket #55942, comment 47
- Timestamp:
- 04/28/2023 03:58:03 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55942, comment 47
initial v1 5 5 > I would strongly recommend using register_meta/register_setting here. 6 6 7 Unfortunately both register_meta() and register_setting() are targeting only the REST API and aren't particularly useful outside of it. Both require a lot of data/code/settings that don't make sense in m ostcases.7 Unfortunately both register_meta() and register_setting() are targeting only the REST API and aren't particularly useful outside of it. Both require a lot of data/code/settings that don't make sense in many cases. 8 8 9 9 > Changing the database schema for...