This plugin removes unnecessary html tags from the head section as well as version numbers from style/script links.
As of April 2026, CC-Clean-Head-Tags is a WordPress meta plugin with 20 active installations and a 5/5 rating from 1 reviews. It has been downloaded 2.6K+ times in total. Requires WordPress 4.7.1+ and PHP 7.2+. Available on WordPress.org since 2017. Last updated 4 years ago — may have compatibility concerns. Top alternative: Advanced Custom Fields (ACF®).
The CC-Clean-Head-Tags plugin removes:
WP Generator Meta from:
Additionally it removes version numbers from style and script links.
You can exclude version number removal from certain style and/or script using these built-in filters:
Clearcode\Clean_Head_Tags\StyleClearcode\Clean_Head_Tags\ScriptFor example like this:
add_filter( ‘Clearcode\Clean_Head_Tags\Style’, function( $clean, $src, $handle ) {
return ! in_array( $handle, [‘style’] );
}, 10, 3 );
| WordPress | 4.7.1+ requiredTested up to 5.9.13 |
| PHP | 7.2+ required |
Release date: 16.03.2022
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.