Disable show WP version – by rainbw

COntent

By default, there is in source code a tag calle d”generator” where show the WP version. This are used for any hacker ot bot to get really usefull information when they are watching you to hack your wordpress.

Add to functions.php of your theme / child theme

/* MRWOLF Remove WP Version - Generator */
remove_action('wp_head', 'wp_generator');
ABOUT

Wordpress Code Tricks

Your WP Code Snippets Central

Sign up now to get access to the library of members-only issues.

TAG FILTER