Uses
Uses | Description |
---|---|
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.php: rest_ensure_response() | Ensures a REST response is a response object (for consistency). |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |