WordPress Membership Plugin
ok, create my own table it’s a good option, now I need to know how to show the data of my own table on the member edit page, so the administrator can see it.
Regards,
Sorry to bother you, do you get some information about this?
Thank you very much
I appreciate it, thank you very much
I need to save to every membership an integer value and a string value.
I’m registering the members from a custom code using SWPM membership API.
My first think was using the extra_info to store a json array with this data, but The parameter name extra_info is not currently available. What about the column notes.
The member should not see/edit this values.
Thank you very much.