Custom fields in the user registry

0

Hello,

I need a plugin to create custom fields in the user registry and then display this information. For example. wanted a CPF field, Address, Phone, etc.

Until I found a plugin, it is creating a field, but I have not figured out a way to 'bring' this information. If anyone knows, the name of the plugin is User Registration Aide.

Does anyone know of a plugin that does something like this? If I have, I also need to do this registration outside of the wordpress panel, like a normal page.

    
asked by anonymous 03.05.2018 / 13:46

1 answer

0

Use Advanced Custom Field

You create the type of field you want ... and then to retrieve the information it's very simple would be something like the_field ('cpf', 'user_'. $ user_id);

    
15.05.2018 / 19:54