WordPress and buddypress programming

Remove WordPress Version Number

Viewing 0 reply threads
  • Author
    Posts
    • #1502
      michael mc
      Keymaster
      @michael

      #wordpress #code #security

      function wpbeginner_remove_version() {
      return '';
      }
      add_filter('the_generator', 'wpbeginner_remove_version');
      
Viewing 0 reply threads
  • You must be logged in to reply to this topic.