Remove WP version from header
//Place in functions.php | |
//removes WP version from header | |
function healingartsweb_remove_version() { | |
return ''; | |
} | |
add_filter('the_generator', 'healingartsweb_remove_version'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment