Remove Show WP Version In Code

COntent

Security first: Do not help hackers to easly know wordpress version you are using and easly identify faster bugs and list of posible attacks

Add to functions.php of your theme (child theme preferible)

/* WP Code Tricks - Remove WP Version AKA 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