File: wp-admin/includes/user.php
-
Filters the list of invalid protocols used in applications redirect URLs.
-
Validates the redirect URL protocol scheme. The protocol can be anything except `http` and `javascript`.
-
Checks if the Authorize Application Password request is valid.
-
Fires before application password errors are returned.
-
Actions column.
-
Displays the next steps column.
-
Actions column.
-
Next steps column.
-
Fires after a new user has been created.
-
functiondelete_users_add_js()
-
functionuse_ssl_preference()
Optional SSL preference that can be turned on by hooking to the ‘personal_options’ action.
-
functionwp_revoke_user()
Remove all capabilities from user.
-
functiondefault_password_nag_handler()
-
functiondefault_password_nag_edit_user()
-
functiondefault_password_nag()
-
hookdelete_user
Fires immediately before a user is deleted from the site.
-
functionadd_user()
Creates a new user from the “Users” form using $_POST information.
-
Filters the list of post types to delete with a user.
-
functionedit_user()
Edit user settings based on contents of $_POST
-
hookdeleted_user
Fires immediately after a user is deleted from the site.
-
hookcheck_passwords
Fires before the password and confirm password fields are checked for congruity.
-
Fires before user profile update errors are returned.
-
functionget_editable_roles()
Fetch a filtered list of user roles that the current user is allowed to edit.
-
hookeditable_roles
Filters the list of editable roles.
-
functionget_user_to_edit()
Retrieve user data and filter it.
-
functionget_users_drafts()
Retrieve the user’s drafts.
-
hookget_users_drafts
Filters the user’s drafts query string.
-
functionwp_delete_user()
Delete user and optionally reassign posts and links to another user.
-
functionadmin_created_user_email()