Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WordPress Console

Descrizione

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

Screenshot

  • The WordPress Console
  • Tab Completion Example

Installazione

  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.

Recensioni

3 Settembre 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.
Leggi tutte le recensioni di 3

Contributi e sviluppo

“WordPress Console” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “WordPress Console” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

= 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