Beschrijving
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
- 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
Installatie
- Upload wordpress-console/ directory to the wp-content/plugins directory.
- Activate WordPress Console through the ‘Plugins’ menu in WordPress.
- 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.
Beoordelingen
Bijdragers & ontwikkelaars
“WordPress Console” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “WordPress Console” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via 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