remove_action('wp_head', 'wp_generator');
// also strips it from the feeds, which wp_generator does not cover
add_filter('the_generator', '__return_empty_string');
remove_action('wp_head', 'wp_generator');
// also strips it from the feeds, which wp_generator does not cover
add_filter('the_generator', '__return_empty_string');