Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53177, comment 31


Ignore:
Timestamp:
05/04/2022 04:43:28 AM (4 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53177, comment 31

    initial v1  
    88
    99eg. passing 'all' allows for returning the `user_pass`, `user_activation_key `, `user_status`, `spam`, and `deleted` fields which are not present in the allowed fields list in r53255.
     10
     11
     12''edit:'' My assumption is that the whitelisted fields could probably just be expanded to include all of the possible wp_user.* fields, with or without being documented as a valid value. I think that would resolve any potential back-compat issues this introduced.