CEB Button ARIA
Adds ARIA label support to the core/button block in the WordPress block editor (Gutenberg), improving accessibility.
by Cary Briel · github.com/carybriel/ceb-button-aria · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/carybriel/ceb-button-aria/archive/refs/heads/main.zipFrom the readme
Adds ARIA label support to the core/button block in the WordPress block editor (Gutenberg), improving accessibility.
This plugin enhances the native core/button block in Gutenberg by adding an optional ARIA label field to the block sidebar.
- Improves accessibility by allowing editors to specify screen reader-friendly descriptions for buttons.
- Adds a new field in the block's "Accessibility" panel within the editor sidebar.
- Automatically inserts the aria-label attribute into the rendered element on the front end.
- Works seamlessly with existing buttons; no changes needed unless you want to add labels.
Adds an aria-label attribute field to core/button blocks
Non-intrusive: only renders aria-label if a value is provided
Backward-compatible: existing buttons remain unaffected
Clean front-end output
Editor-friendly controls
1. Upload the plugin files to the /wp-content/plugins/ceb-button-aria directory, or install the plu