So, I’m querying fields by group key. I was wondering if there’s a way to edit them (before or after a group is created) so that I can give them a more meaningful name. I know I can register custom key names when I register them via php, and I know I can see the current ones by enabling it via screen options. Preferably I would like to do this via the UI, but a filter could also work.
Hi @ibdf
Here is some discussion on that topic. It doesn’t seem viable because of the Key is used “behind the scenes”.
Sorry this wasn’t a more helpful response.
Thanks Keith. I will stick to registering them via php then.