Hide the WordPress version number from your site’s frontend and feeds.
<?php add_filter('the_generator', '__return_empty_string');
Hide the WordPress version number from your site’s frontend and feeds.
<?php add_filter('the_generator', '__return_empty_string');