-
How to Clean up WordPress Header Section without any Plugin?
https://crunchify.com/how-to-clean-up-wordpress-header-section-without-any-plugin/
-
Remove the version number from pages and feeds
// remove version info from head and feeds add_filter(‘the_generator’, ‘digwp_complete_version_removal’); function digwp_complete_version_removal() { return ”; } Thanks digwp.com https://digwp.com/2012/10/customizing-wordpress-feeds/