/ Published in: PHP
Wordpress
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function complete_version_removal() { return ''; } add_filter('the_generator', 'complete_version_removal');