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.php: rest_authorization_required_code() | Returns a contextual HTTP error code for authorization failure. |
| wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| 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. |