Remove version info from head and feeds


/ Published in: PHP
Save to your folder(s)

Wordpress


Copy this code and paste it in your HTML
  1. function complete_version_removal() {
  2. return '';
  3. }
  4. add_filter('the_generator', 'complete_version_removal');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.