BACK TO DIRECTORY

The CC-Clean-Head-Tags plugin removes:
- RSD / EditURI Link
- WLW Manifest Link
- RSS Feed Links
- Next & Prev Post Links
- Shortlink URL
- WP-API Links
WP Generator Meta from:
- html
- xhtml
- atom
- rss2
- rdf
- comment
- export
Additionally it removes version numbers from style and script links.
Tips & Tricks
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\Script
For example like this:
add_filter( ‘Clearcode\Clean_Head_Tags\Style’, function( $clean, $src, $handle ) {
return ! in_array( $handle, [‘style’] );
}, 10, 3 );
Plugin Details
Active Installs
20Total Downloads
2,745Version
1.0.4Requires WP
4.7.1Requires PHP
7.2Tested Up To
5.9.16Added
2017-01-23Last Updated
2022-03-16 3:40pm GMTRatings
5
1
4
0
3
0
2
0
1
0