This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WordPress Console

Description

This plugin adds a “Console” page to the administrator’s menu which provides a JavaScript-based interactive console that loads the WordPress environment. It allows execution of arbitrary PHP code as well as anything defined by WordPress or activated plugins. This is awesome for plugin developers and people learning PHP and/or the WordPress API. Still not convinced? Watch a screencast!

New In This Version

  1. WordPress 3.5 Compatibility

SECURITY NOTICE

This plugin is for development. Do NOT run this plugin on your production server unless you don’t mind possibly being owned by strangers.

Contributors

Screenshots

  • The WordPress Console
  • Tab Completion Example

Installation

  1. Upload wordpress-console/ directory to the wp-content/plugins directory.
  2. Activate WordPress Console through the ‘Plugins’ menu in WordPress.
  3. There is now a ‘Console’ item in the left-hand menu

FAQ

Who is this plugin for?

The WordPress Console was designed to help plugin developers be more productive. It will do no good for the average joe user. It can also be used as a learning tool, because it provides an environment where people can play with PHP and WordPress.

Does this plugin rock?

Yes, yes it does.

I want feature [X]

You should fork the project on GitHub and help add it! Or contact me via Twitter or my blog and let me know what features you think I should add.

Reviews

September 3, 2016
A great plugin to quickly evaluate some wordpress-functions. If you develop a plugin and just want to do a quick check for return-values of some wordpress-functions, this is great help.
Read all 3 reviews

Contributors & Developers

“WordPress Console” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WordPress Console” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

= 0.3.9 –
* WordPress 3.5 Compatibility

0.3.8

  • WordPress 3.3 Compatibility
  • Windows bug fix

0.3.7

  • Bug fixes

0.3.6

  • WordPress 3.2.1 compatibility
  • Security fixes
  • Ability to load plugin when symlinked

0.3.5

  • WordPress 3.0.5 compatibility
  • Attempt to fix environment loading on non-standard installs

0.3.4

  • No more WP_DEBUG deprecation warnings

0.3.3

  • https support

0.3.2

  • Keyboard shortcuts (ctrl+l, ctrl+a, ctrl+e)

0.3.1

  • Better handling of custom class objects

0.3.0

  • Access to admin functions
  • Top-level menu item
  • Bug fix for deprecated function calls

0.2.3

  • WordPress 3.0 Compatibility

0.2.2

  • WordPress 2.9 Compatibility
  • better return value printing

0.2.1

  • WordPress 2.8.1 Compatibility
  • Bug fix: move cursor to end of input on “up-arrow”
  • Bug fix: don’t allow history buffer to go negative

0.2.0

  • Tab-completion
  • Bug fixes

0.1.2

  • Bug Fix: WP installs not in root directory should get to play too.

0.1.1

  • Require shared secret

0.1.0

  • Initial release