最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

users - How do I add profile fields in specific section?

programmeradmin1浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论