wp_users_get
Fetch a single WordPress user by ID. Use edit context to retrieve email, locale, and capabilities with the manage_options permission.
Instructions
Fetch a single user by id. Edit context returns email, locale, capabilities (requires manage_options).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| context | No | edit |