Find Junk HTML
A WordPress plugin that helps you find the junk HTML that careless editors copy pasted into your beautiful site.
by Tim Brugman · github.com/brugman/find-junk-html · website
★ 16stars
1forks
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/brugman/find-junk-html/archive/refs/heads/develop.zipFrom the readme
Find Junk HTML
A WordPress plugin to find undesired HTML in your posts.
Installation
1. Download the ZIP.
1. Extract the folder to /wp-content/plugins/.
or
Update
1. Download the new ZIP.
1. Replace the old folder in /wp-content/plugins/.
or
Optional configuration
Add custom types of junk
The code field will be searched for. The tag field is the key used when saving settings, and for display. The desc is displayed on hover, to explain why this tag can be junk.
Contributing
Found a bug? Anything you would like to ask, add or change? Please open an issue so we can talk about it.
Pull requests are welcome. Please try to match the current code formatting.
Author
Tim Brugman