Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35806, comment 2


Ignore:
Timestamp:
02/12/2016 02:56:47 AM (9 years ago)
Author:
nathanshubert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35806, comment 2

    initial v1  
    22> A more integrated solution would be to introduce a mapped capability `'list_user'`, and use it instead of `'list_users'` when deciding whether to display a given row. Then your plugin could customize the capability by using the 'map_meta_cap' filter.
    33
    4 That's a great idea, I like that even better ????
     4That's a great idea, I like that even better