
The settings screen under Settings > Change Howdy.
WordPress greets every logged-in user with “Howdy” in the top-right corner of the admin bar. It is friendly, but it is not for everyone — it reads oddly to non-American audiences, and it rarely fits a client site you have spent time branding.
Change Howdy replaces that greeting with whatever you want. Set it once under Settings > Change Howdy and it applies everywhere the admin bar appears, in the dashboard and on the front end.
%s placeholder — write Hi %s, good to see you, or leave the placeholder out to drop the name entirely.The plugin hooks the admin bar’s account node directly and rewrites its greeting. It does not filter every translated string on the page, so there is no measurable performance cost.
Change Howdy collects nothing, stores nothing about your visitors, and makes no external requests. It saves a single option, change_howdy_greeting, in your own database.