Where can I find a list of the names of the fields in the various forms (registration, profile). I have an external form and I would like the fields filled in to be incremented in the corresponding database.
Hi,
In HivePress, all meta fields are prefixed with the hp_ prefix and the attribute name after e.g. hp_chicken.
Hello,
That’s not quite my question. For example, the name field is first_name. I’d like to know the list of all these fields
Hi,
The first_name
and last_name
fields are not prefixed in the database because they are default WordPress fields, and HivePress-specific fields will all be prefixed with hp
in wp_usermeta
.
Also, please check this link hivepress/includes/forms/class-user-update.php at master · hivepress/hivepress · GitHub
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.