WordPress:Function Reference/wp delete user

来自站长百科
Xxf3325讨论 | 贡献2008年7月19日 (六) 11:51的版本 (新页面: == Description == The wp_delete_user function allows you to delete a user from the WordPress database by parsing 2 (two) parameters throug...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Description

The wp_delete_user function allows you to delete a user from the WordPress database by parsing 2 (two) parameters through to the function itself.

Usage

%%% <?php wp_delete_user($id, $reassign = 'novalue') ?> %%%