Uses
Uses | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php: WP_REST_Users_Controller::get_user() | Get the user, if the ID is valid. |
wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php: WP_REST_Users_Controller::prepare_item_for_response() | Prepares a single user output for response. |
wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php: rest_delete_user | Fires immediately after a user is deleted via the REST API. |
wp-admin/includes/user.php: wp_delete_user() | Remove user and optionally reassign posts and links to another user. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |