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