wp-admin/includes/user.php
Lines:
1 to 38 of 38
<?php /** * WordPress user administration API. * * @package WordPress * @subpackage Administration */ /* function add_user() – Creates a new user from the "Users" form using $_POST information. */ /* function edit_user() – Edit user settings based on contents of $_POST */ /* function get_editable_roles() – Fetch a filtered list of user roles that the current user is allowed to edit. */ /* function get_user_to_edit() – Retrieve user data and filter it. */ /* function get_users_drafts() – Retrieve the user’s drafts. */ /* function wp_delete_user() – Remove user and optionally reassign posts and links to another user. */ /* function wp_revoke_user() – Remove all capabilities from user. */ /* function default_password_nag_handler() – */ /* function default_password_nag_edit_user() – */ /* function default_password_nag() – */ /* function delete_users_add_js() – */ /* function use_ssl_preference() – Optional SSL preference that can be turned on by hooking to the ‘personal_options’ action. */ /* function admin_created_user_email() – */ /* function wp_is_authorize_application_password_request_valid() – Checks if the Authorize Application Password request is valid. */