Changes between Initial Version and Version 1 of Ticket #48153, comment 11
- Timestamp:
- 09/27/2019 03:42:50 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48153, comment 11
initial v1 6 6 With the current filter it is not clear what happens if the `manage_options` cap is changed. Would all users that have the other/custom cap also have `manage_options`? Would that ever change (i.e. a user with the custom cap may stop having access to manage options)? 7 7 8 Perhaps a "boolean" filter, something like `current_user_can_update_admin_email` returning `true` by default?8 Perhaps a "boolean" filter, something like `current_user_can_update_admin_email` or maybe `show_admin_email_verification` returning `true` by default?