Skip to main content
Snippets

Remove WordPress Version Meta Generator

By March 1, 2016No Comments

I have a “master” plugin that I use to modify various aspects of the user interface and public facing site. This snippet will effectively disable the meta generator that displays your WordPress version. This is generally accepted as good practice in case someone is scoping out your website for malicious purposes.

remove_action('wp_head', 'wp_generator');

Source – https://wordpress.org/support/topic/removing-meta-generator-wordpress

Contact us to learn more about Adopt the Web for your business

Author Jarod Thornton

More posts by Jarod Thornton