duskosobic
1/25/2017 - 10:51 PM

Remove WP Generator Meta Tag. It can be considered a security risk to make your wordpress version visible and public you should hide it.

Remove WP Generator Meta Tag. It can be considered a security risk to make your wordpress version visible and public you should hide it.

<?php

remove_action('wp_head', 'wp_generator');

?>