I have created extra field that user can edit on their 'Your Profile' page. The extra field also available on WordPress register page. What I want to ask is, how to add the field to User > Add new page ? So, when admin creates a user, admin also input the user's extra field
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
With no hooks on that page (User > Add new page) other then You could try adding that extra field by adding in in JQuery and processing it when the |
|||||||||
|
|
I was able to do this through a rather fragile hack. It uses the output buffer to insert the new field. Thankfully there's a nice hook to save the field.
|
|||
|
|
|
See this answer. There are no hooks, but you can do it with jQuery. Simply add your html markup with jQuery and it will be done. |
|||
|
|