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');
?>