admin管理员组文章数量:1122846
How can I find out who created / edited / deleted a certain user?
I got a notification email that a new user has been created but I dont have any idea who made it.
How can I find out who created / edited / deleted a certain user?
I got a notification email that a new user has been created but I dont have any idea who made it.
Share Improve this question asked Jan 30, 2013 at 2:10 user20493user20493 313 bronze badges1 Answer
Reset to default 0Hook into the actions user_register
, profile_update
and delete_user
, and inspect the current user. Use get_current_user_id()
to get the acting user and use …
WP_User::get_data_by( 'id', get_current_user_id() );
… to get more data about the user creating or deleting the other user.
本文标签: Find out who created a certain user
版权声明:本文标题:Find out who created a certain user? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736295095a1929496.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论