Simply paste the code snippet below in your functions.php file:
add_filter('the_generator', 'digwp_complete_version_removal'); function digwp_complete_version_removal() { return ''; }
Thanks to Jeff Starr for the tip!
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Simply paste the code snippet below in your functions.php file:
add_filter('the_generator', 'digwp_complete_version_removal'); function digwp_complete_version_removal() { return ''; }
Thanks to Jeff Starr for the tip!