WordPress 表单结构 serialized/unserializer?

WordPress form structure serialized/unserializer?

我有一个名为 wp members 的 WordPress 插件。我正在尝试稍微修改一下它的注册表。问题是表单结构(不是实际数据)以序列化格式存储在数据库中。我想向该序列化注册表单数据添加一个 select 输入,但似乎无法弄清楚如何。或者是否有序列化表单的 WordPress 插件或功能?

我认为您正在寻找的一切都在该插件的文档中:http://rocketgeek.com/plugins/wp-members/users-guide/registration/choosing-fields/

To add a new field, complete the details for the new field in the “Add a Field” section.