We'll create fresh WordPress site with CC-Clean-Head-Tags installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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\Style
Clearcode\Clean_Head_Tags\Script
For example like this:
add_filter( ‘Clearcode\Clean_Head_Tags\Style’, function( $clean, $src, $handle ) {
return ! in_array( $handle, [‘style’] );
}, 10, 3 );