Mika MAtikainen

Apr 15, 2020 · 4 min read

How do I remove or hide the WordPress version number from my website?


<?php
// Remove the version number of WP
// Warning - this info is also available in the readme.html file in your root directory - delete this file!
remove_action('wp_head', 'wpsc_wp_generator');
?>        

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This