Some security plug in is telling me to remove meta generator functions
-
Its telling me to add
#——————————————————————
remove_action( ‘wp_head’, ‘wp_generator’);
remove_action( ‘wp_head’, ‘wlwmanifest_link’);
remove_action( ‘wp_head’, ‘rsd_link’);
remove_action( ‘wp_head’, ‘wp_shortlink_wp_head’, 10, 0);#——————————————————————
in my themes function.php and that I should remove my meta generator functions from your site html header.
My question is why is this a security concern?
- The topic ‘Some security plug in is telling me to remove meta generator functions’ is closed to new replies.