Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64657, comment 10


Ignore:
Timestamp:
05/26/2026 09:08:42 AM (3 months ago)
Author:
gziolo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64657, comment 10

    initial v1  
    11#65234 added several enhancements to `core/get-user-info` like more supported fields (most of these listed in the description of this ticket), a way to filter which fields get returned. For me, it looks like the best past forward is to extend the existing ability by allowing passing the user identifier as proposed here:
    22> Require one of: id (integer), username (string), or email (string).
     3
     4In practice, they would all be optional, and only one could be provided in a single call.
    35
    46Following the user permission validation: