Return to Snippet

Revision: 28310
at July 6, 2010 23:37 by mariusscheel


Updated Code
// paste the following into your functions.php
remove_action('wp_head', 'wp_generator');

Revision: 28309
at July 6, 2010 23:35 by mariusscheel


Initial Code
remove_action('wp_head', 'wp_generator');

Initial URL


Initial Description


Initial Title
Remove Wordpress Version Number

Initial Tags
wordpress, security

Initial Language
PHP