Insights on Ruby, Git, jQuery, Cappuccino, WordPress, Debian and OS X. Please subscribe if you find something useful!

WordPress Console Update

Posted: July 23rd, 2009 | Author: Jerod | Filed under: Projects, WordPress | Tags: , | Comments

It’s been awhile since I posted about my open-source WordPress Console (WPC) plugin, and enough has happened since I released it that I thought it deserved a little mention.

What’s New

  1. Basic Security
  2. Thanks to Apokalyptik, the back-end PHP scripts now require a shared secret from the console before executing any code. As he so eloquently described it:

    As is the plugin is negligently insecure (but outstandingly cool and useful and I want this plugin to be installable, thus the patch)

    Even though the increased security is a huge improvement from what we had before, I still wouldn’t run the plugin on production servers.

  3. Tab-Completion
  4. This is the biggest functional improvement to WPC by far. It was a feature that I wanted to release the plugin with initially, but it didn’t make the cut because I wanted to release early. The best thing about tab-completion is that it allows you to explore the PHP & WP environments in a very fulfilling way. If you haven’t tried the plugin with this feature, please give it a go.

  5. Small Things
  6. WPC now handles command history with more grace. Using the up-arrow puts the cursor at the end of input, you can’t walk off the end of the history buffer, and a few other improvements to the code quality.

Some Press

Thanks to Doug Neiner for giving WPC a solid review on the Fuel Your Coding blog, and for contributing to the project.

What’s Next

I’m not really sure.

I’ve considered adding in-console documentation for PHP & WP functions, but not sure if people would use it much. I also have a command-line version of the console which I could spit shine and include with the plugin, but that might not be too attractive either. Maybe the plugin is as good as done. Any ideas or suggestions?


  • Its a great plugin Jerod. It is now part of my regular development for WordPress. I hope its use continues to grow! I am sure it is not the last time it will be mentioned on Fuel Your Coding. :)
  • 8207h32
    Yeah.. its great plugin..
    I used it for learn more about PHP & WP function..
    and I believe its make anyone to be pro with php & wp function in second..
    Please continue to build..
    Thanks for building this plugin..
blog comments powered by Disqus