Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48153, comment 11


Ignore:
Timestamp:
09/27/2019 03:42:50 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48153, comment 11

    initial v1  
    66With 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)?
    77
    8 Perhaps a "boolean" filter, something like `current_user_can_update_admin_email` returning `true` by default?
     8Perhaps a "boolean" filter, something like `current_user_can_update_admin_email` or maybe `show_admin_email_verification` returning `true` by default?