We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019c481 commit 7a11994Copy full SHA for 7a11994
1 file changed
modules/highlight-mfa-users/class-highlight-mfa-users.php
@@ -46,6 +46,7 @@ public static function register_hooks() {
46
$highlight_mfa_configs = Configs::get_module_configs( 'highlight-mfa-users' );
47
48
// Make it default to DEFAULT_ADMIN_EDITOR_ROLE_SLUGS for now
49
+ self::$capabilities = [];
50
self::$roles = Capability_Utils::normalize_roles_input( self::DEFAULT_ADMIN_EDITOR_ROLE_SLUGS );
51
52
add_action( 'admin_init', [ __CLASS__, 'maybe_fix_found_users_query' ] );
0 commit comments