CC-Clean-Head-Tags

0

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 at

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

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:

  • ClearcodeClean_Head_TagsStyle
  • ClearcodeClean_Head_TagsScript

For example like this:
add_filter( ‘ClearcodeClean_Head_TagsStyle’, function( $clean, $src, $handle ) {
return ! in_array( $handle, [‘style’] );
}, 10, 3 );