If you’ve ever hovered over an icon-only button in your WordPress dashboard and guessed what it does, WordPress 7.1 fixes that. The release adds two small helper tools that explain controls in plain text, right where you need them.
What changed
WordPress 7.1 introduces two new built-in helpers. The first shows a name or label when you point at a button or link that’s normally just an icon, similar to the tooltips you already see in the block editor. The second adds a small info button next to a control that opens a short explanation when clicked, useful for settings that need more than a one-word label.
Right now, two places in WordPress use these helpers. In the post editor, the meta box controls, the move up, move down, and show/hide arrows, now show their names when you hover or focus on them, instead of relying on the icon alone. On the login screen, the “Remember Me” checkbox gets a small info button that explains what the setting actually does when you click it.
Why it matters
This is an accessibility improvement first. Screen reader users and anyone navigating by keyboard get clearer labels on controls that previously depended on recognizing an icon. But it helps everyone: if you’ve ever forgotten what a specific arrow icon does in a meta box, or wondered what “Remember Me” actually keeps you logged into, these small additions answer that without you needing to search for help.
What you need to do
Nothing. This ships as part of WordPress 7.1, due August 19, and applies automatically to sites with auto-updates enabled. Plugin and theme developers can also use these same helpers in their own admin screens going forward, so expect to see more of these small explainers appear over time.
End of article