GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

Remove the generator metatag from the head section #281

Closed dziudek closed 11 years ago

dziudek commented 11 years ago

Due security reasons I recommend to add at the end of the functions.php file the following line:

// remove the generator metatag due security reasons
remove_action('wp_head', 'wp_generator');
piotrkunicki commented 11 years ago

Done. 86c5ea0bc1