【问题标题】:wordpress profile form in front in a page?页面前面的wordpress个人资料表格? 【发布时间】:2016-06-24 22:31:13 【问题描述】: 有没有办法插入wordpress当前登录用户的 电子邮件* 密码* 重复密码* 更新 到一个页面? 并放置这样的位置? here is the example 【问题讨论】: 你的意思是登录还是注册? 我的意思是用户登录,然后在一个页面中,放置那些表单可以让用户更改它。 标签: wordpress profile 【解决方案1】: 是的, 你可以使用 wp_update_user() 函数 https://codex.wordpress.org/Function_Reference/wp_update_user 【讨论】: