Hide the WordPress version number from your site’s frontend and feeds.
add_filter('the_generator', '__return_empty_string');
Views: 106
Hide the WordPress version number from your site’s frontend and feeds.
add_filter('the_generator', '__return_empty_string');
Views: 106
Leave a Reply