WPX Remove Link Title Attributes
Removes all title attributes from <a> tags on WordPress sites.
by Ahmad Bilal · github.com/ahmadbilal1042/wpx-remove-link-title-attributes · 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/ahmadbilal1042/wpx-remove-link-title-attributes/archive/refs/heads/main.zipRemoves all title attributes from tags across your WordPress site's frontend output to improve accessibility and SEO hygiene.
Description
This plugin automatically removes all title attributes from anchor tags in your WordPress frontend.
It helps avoid duplicate hover tooltips, improves user accessibility, and ensures cleaner HTML output.
Installation
- Upload the plugin files to
/wp-content/plugins/wpx-remove-link-title-attributes. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- That’s it — no settings needed.
Frequently Asked Questions
Does it affect admin links?
No, it only processes frontend HTML output.
Is this safe for SEO?
Yes, it’s SEO-safe and improves accessibility compliance.
Changelog
1.0
- Initial release
Upgrade Notice
Initial release.