Hide My WP Plugin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mutt
    Too lazy to set a custom title
    • Sep 2002
    • 34431

    #1

    Hide My WP Plugin

    Great idea, plugin hides that you're using WordPress, hides what theme you're using, all traces that it's WP site

    http://codecanyon.net/item/hide-my-w...dpress/4177158
    I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
  • just a punk
    So fuckin' bored
    • Jun 2003
    • 32393

    #2
    Just a question. Why the one would need to hide it?
    Obey the Cowgod

    Comment

    • newB
      Confirmed User
      • Jul 2006
      • 2870

      #3
      Originally posted by CyberSEO
      Just a question. Why the one would need to hide it?
      By hiding not only that it is WP, but also the version of WP you're using, it makes it more difficult for hackers to target known vulnerabilities and exploits.

      The best Adult Affiliate Programs reviewed and indexed by niche and feature.
      Easily find the sponsors that suit your needs.


      Comment

      • Heath
        Confirmed User
        • Sep 2008
        • 491

        #4
        Great plugin. Thanks.
        Email - popuplace [at] yahoo [dot] com

        Comment

        • CurrentlySober
          Too lazy to wipe my ass
          • Aug 2002
          • 38944

          #5
          I just hide mine down the back of the sofa...


          👁️ 👍️ 💩

          Comment

          • Mutt
            Too lazy to set a custom title
            • Sep 2002
            • 34431

            #6
            Originally posted by CyberSEO
            Just a question. Why the one would need to hide it?
            In porn I don't see any reason to hide but a lot of businesses and popular mainstream sites use WP and it's kind of embarassing I think that anybody can look at your source, find the name of the theme you're using and google and find out it cost $35 dollars. If you go into a restaurant or retail store and you like the design/fixtures and find the owner and ask him who the designer was or where the fixtures come from I guarantee the owner will not tell you.
            I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

            Comment

            • Supz
              Arthur Flegenheimer
              • Jul 2006
              • 11057

              #7
              Originally posted by Mutt
              In porn I don't see any reason to hide but a lot of businesses and popular mainstream sites use WP and it's kind of embarassing I think that anybody can look at your source, find the name of the theme you're using and google and find out it cost $35 dollars. If you go into a restaurant or retail store and you like the design/fixtures and find the owner and ask him who the designer was or where the fixtures come from I guarantee the owner will not tell you.
              There are a bunch of reasons to use this. Great post Mutt.

              Comment

              • Fat Panda
                Porn is Dead. Move along.
                • Aug 2006
                • 13296

                #8
                Yes...very nice plugin. Thanks

                Comment

                • madtwin
                  Confirmed User
                  • Aug 2009
                  • 274

                  #9
                  Easily remove wordpress version from header (put the code in functions.php)

                  Code:
                  function wb_remove_version() {
                  		return '';
                  	}
                  	add_filter('the_generator', 'wb_remove_version');
                  no need to pay $20...

                  Comment

                  • fris
                    Too lazy to set a custom title
                    • Aug 2002
                    • 55679

                    #10
                    Originally posted by madtwin
                    Easily remove wordpress version from header (put the code in functions.php)

                    Code:
                    function wb_remove_version() {
                    		return '';
                    	}
                    	add_filter('the_generator', 'wb_remove_version');
                    no need to pay $20...
                    no need to wrap that in a function just add the 1 line

                    Code:
                    remove_action('wp_head', 'wp_generator');
                    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                    Comment

                    Working...