Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在好友按管理员想要从系统中删除用户及其相关信息。相关信息,如朋友、朋友请求、消息、通知、波浪等。我该怎么做。有没有可用的插件。或者我应该为此编写完整的代码吗?
您可以使用以下功能:
wp_delete_user( $user_id );
或者
bp_core_delete_account( $user_id)