Remove Empty Headings
PLUGIN DESCRIPTION HERE
by YOUR NAME HERE · github.com/mackensen/remove-empty-headings · 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/mackensen/remove-empty-headings/archive/refs/heads/master.zipFrom the readme
Remove Empty Headings #
This plugin strips out empty heading tags.
Description ##
This plugin removes heading tags which don't have any text content. It's intended for multisites trying to resolve
WCAG 1.3.1 standards regarding headings with missing text.
The plugin uses the contentsavepre hook to eliminate the headings on save. Given the following content:
the following content would actually be saved:
Installation ##
1. Upload the remove-empty-headings folder to the /wp-content/plugins/ directory
1. Activate the plugin through the 'Plugins' menu in WordPress
Changelog ##
0. 1.0 ###
Initial release