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 trialChris Andruszko
18,392 PointsMy first WordPress plugin!
I'm looking for some feedback and maybe even contributors if anyone is interested. I completed my first WordPress plugin earlier this Summer, and it's now on Git. The plugin allows you to easily copy users from one site to another. https://github.com/ChrisAndruszko/WPDTS
I also created a video demo here: https://youtu.be/jQ2rig7C0Vg
Let me know what you think and if you'd like to contribute on Git.
And since this isn't necessarily a question I'm not sure if it's cool for me to post this on this section of the forums, so sorry if that's the case!
2 Answers
Daniel Santos
34,969 PointsI just watch your video, and I think is a really good tool. I would love to contribute to it, plus I have a few features in mind that you could add.
On the other hand, what happened when your plugin tries to copy a duplicate user. You know, if I already have 'dsantos ' in the site? I just want to know if you are aware of it. -Dan
mohammad falky
1,427 Pointsreally good tools and good tutorial.
Chris Andruszko
18,392 PointsThank you! :)
Chris Andruszko
18,392 PointsChris Andruszko
18,392 PointsThanks for your input! And yes, with duplicate users it will add the users again. Not ideal, I know. Right now the plugin is really more of a one time use sort of thing. Which is definitely something I need to improve. For now, I just wanted to show that I can create a plugin that does its most basic function. But I'm still proud of it because I consider myself much more of a front-end coder, so I don't usually work too much with PHP.