Remove WP Generator Meta Tag


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

Removing the generator tag for security purposes... add to the bottom of your theme's functions.php file


Copy this code and paste it in your HTML
  1. remove_action('wp_head', 'wp_generator');

URL: http://rnydm.us/nbjfSI

Report this snippet


Comments


You need to login to view comments.