Thursday, November 28, 2013

Remove WordPress Version Number

You should always encourage your clients to upgrade to the latest version, so you don’t have this problem. But if you are working with a client that does not want to upgrade, then it is essential that you remove your WordPress version number from your WordPress header, RSS feeds, and all other locations. To do this, add the following code:


function wpbeginner_remove_version()

return ”;


add_filter(‘the_generator’, ‘wpbeginner_remove_version’);



Remove WordPress Version Number

No comments:

Post a Comment

Please mention your comments.......