WP Console – WordPress PHP Console powered by PsySH
View on WordPress.orgScores higher than 87% of indexed plugins
About
An in-browser PHP console for WordPress powered by PsySH
What It Does
WP Console adds an in-browser PHP REPL to your WordPress admin, powered by PsySH, letting you execute PHP code directly inside a WordPress request context. You can inspect globals, call WordPress functions, run database queries, and test snippets without writing throwaway plugins or firing up a local debugger. It is effectively a developer scratchpad bolted onto wp-admin.
Who It's For
This plugin is built for PHP developers and technical WordPress builders who want to interrogate a live site's state, debug hooks, or prototype functions quickly from the browser. It fits agency workflows, plugin authors, and anyone comfortable running arbitrary code against a real WordPress install. Non-developers and content editors will get no value from it.
Who Should Skip It
If you are not fluent in PHP and WordPress internals, skip this entirely: it exposes a direct code execution surface and offers nothing useful for content work. Anyone managing a production site where multiple users have admin access should also avoid leaving it enabled, since it is a significant security liability in that context.
The Bottom Line
WP Console is a focused, well-maintained developer tool with a perfect user rating and a healthy install base, and its quality score of 81.76 reflects genuine utility for its niche. The main caveat is operational: it must never be exposed on a production site without strict access controls, because it lets any logged-in admin run arbitrary PHP. Treat it as a staging or local development companion and it earns its keep immediately.
Related Plugins
Pick this instead when your priority is replacing the default WordPress search with Algolia's hosted indexing, not debugging PHP.
Choose WPTerm if you want a modern admin terminal for SSH and WP-CLI workflows rather than an in-browser PHP REPL.
This is the better fit for store owners needing smart product search and merchandising features, with no developer requirement.
Reach for this when you need address autocomplete inside Gravity Forms, a completely different problem from PHP debugging.
AutoCEP makes sense for Brazilian e-commerce stores needing CEP-based shipping calculations, not for code experimentation.