這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WordPress Console

外掛說明

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

螢幕擷圖

  • The WordPress Console
  • Tab Completion Example

安裝方式

  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

常見問題集

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.

使用者評論

2016 年 9 月 3 日
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.
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WordPress Console〉的開發相關工作。

參與者

將〈WordPress Console〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

= 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