Klaro Admin Accessibility helps users with visual, motor, or cognitive disabilities work in the WordPress admin area. It is the companion plugin to the Klaro accessibility-first theme, but it targets the WordPress core admin and works with any theme.
All settings are site-wide and live under Settings > Admin Accessibility.
The WordPress admin already ships keyboard shortcuts, screen reader landmarks, a “Skip to main content” link, and honors your operating system’s reduced-motion preference. This plugin adds options on top of those built-in features instead of duplicating them.
The resolved feature flags can be filtered:
add_filter( 'klaro_aa_enabled_features', function ( $features ) {
$features['high_contrast'] = true; // force a feature on
return $features;
} );