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