Hide WordPress Version Description
Removes the WordPress version number from the source code
PHP
function remove_version() {
return '';
}
add_filter('the_generator', 'remove_version');
Snippet Feedback
Did this snippet work for you? Do you have any questions about this snippet? Leave some feedback below.
SHARED BY
1 Views