How do I add profile fields under the "Name" section of user profile page. I was able to add fields at top of or at the bottom of user profile edit page, even found solution to edit contact section. But I am unable to find information on how I can add more fields to "Name" section.
When I'm using those actions:
add_action( 'show_user_profile', 'extra_user_profile_fields' );
add_action( 'edit_user_profile', 'extra_user_profile_fields' );
fields are getting added to the bottom.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745169517a4614839.html
评论列表(0条)