add_user()

最后更新于:2021-11-25 19:43:34

add_user()

Creates a new user from the “Users” form using $_POST information.

响应

(int|GC_Error) GC_Error or User ID.

源文件

文件: gc-admin/includes/user.php

function add_user() {
	return edit_user();
}