I’ve created a few additional fields through the Calendar.
__ecp_custom_XX
The structure is stored in the wp options table, and the values are stored in the post meta table.
I’d just like more control over the name of the meta keys so rather than:
__ecp_custom_XX
I’d like to pick my own:
__custom_cost
___custom_age
And was wondering if the only way to do this was by editing the database directly. And if I do that, are there just the two places needed to change?