How to Hide WordPress Version Number

Manuel campos -
function wpb_remove_version() { 
    return ''; 
} 
add_filter('the_generator', 'wpb_remove_version');
JM
About me
I am José Manuel. I am writing about things I know and things that I am learning about WordPress. I hope you find the content of this blog useful.
Linktree

You might also Like...