wpseek.com
WordPress开发者和主题制作者的搜索引擎
wp-admin/includes/user.php › WordPress File
功能15
› WordPress user administration API.
Function | Short description |
---|---|
add_user | Creates a new user from the "Users" form using $_POST information. |
admin_created_user_email | - |
default_password_nag | - |
default_password_nag_edit_user | - |
default_password_nag_handler | - |
delete_users_add_js | - |
edit_user | Edit user settings based on contents of $_POST |
get_editable_roles | Fetch a filtered list of user roles that the current user is allowed to edit. |
get_users_drafts | Retrieve the user's drafts. |
get_user_to_edit | Retrieve user data and filter it. |
use_ssl_preference | Optional SSL preference that can be turned on by hooking to the 'personal_options' action. |
wp_delete_user | Delete user and optionally reassign posts and links to another user. |
wp_is_authorize_application_password_request_valid | Checks if the Authorize Application Password request is valid. |
wp_is_authorize_application_redirect_url_valid | Validates the redirect URL protocol scheme. The protocol can be anything except `http` and `javascript`. |
wp_revoke_user | Remove all capabilities from user. |