CC-Clean-Head-Tags

CC-Clean-Head-Tags Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 1,879 downloads
CC-Clean-Head-Tags Icon

Try plugin: CC-Clean-Head-Tags

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.

Takes ~10 seconds to install.

About CC-Clean-Head-Tags

This plugin removes unnecessary html tags from the head section as well as version numbers from style/script links.

1


0


0


0


0

updated: 2 years ago
since: 7 years ago
author: Clearcode

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:

  • 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 );