Checks if a given request has access to update the current user.
Parameters
$request
WP_REST_Requestrequired- Full details about the request.
Source
return $meta_update;
}
}
$user = get_user_by( 'id', $user_id );
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.