Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Hide WordPress Plugins

What is the best way to hide the plugins that I'm using in wordpress?

4 Answers

Is this maybe what you're looking for?

You can keep your plugins from being indexed with:

User-Agent: *
Disallow: /wp-content/plugins/

Dustin, Thanks for the tip. But, I do not know if it is. I'm looking for a way to hide the plugins so that nobody can see them. Even using sites like: http://www.wpthemedetector.com or by means of inspect element of google chrome for example. I believe it can help secure website.

Thank you. It helped a lot.

Perfect, you're welcome!