<?php | |
function wp_remove_version() { | |
return ''; | |
} | |
add_filter('the_generator', 'wpb_remove_version'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<?php | |
function wp_remove_version() { | |
return ''; | |
} | |
add_filter('the_generator', 'wpb_remove_version'); |